Files
DoubleSnake/frontend/style.css
2025-04-29 12:55:54 +02:00

15 lines
216 B
CSS

#loginBtn{
background-color: rgb(0, 119, 255);
}
#registerBtn{
background-color: rgb(122, 122, 0);
}
#dashboardBtn{
background-color: rgb(103, 11, 156);
}
#highScoreBtn{
background-color: orange;
}