Files
DoubleSnake/frontend/style.css
2025-03-13 16:05:09 +01:00

11 lines
157 B
CSS

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