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

13 lines
193 B
CSS

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