1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/ui/loginScreen/loginScreen.css

13 lines
193 B
CSS
Raw Normal View History

#loginButton,
#createAccountButton {
border-radius:5px;
padding:5px;
color:white;
background-color:#42a33a;
}
#loginButton:hover,
#createAccountButton:hover {
background: #0c530d;
}