Files
PhotonVision/Site/CSS/Main.css
2019-03-01 20:17:53 +02:00

17 lines
222 B
CSS

body{
background: #212121;
}
.nav{
background: #343334;
box-shadow: 0 8px 5px #383838;
}
.nav > a{
color: whitesmoke;
font-family:Verdana;
font-weight: 500;
}
.nav > a:hover{
color: #17a2b8;
}