BestNotes/bestnotes/static/navbar.css

14 lines
160 B
CSS
Raw Normal View History

.navbar{
background-color: #414773;
}
2019-11-28 11:26:30 +01:00
.nolink{
text-decoration: none;
color:white;
}
.nolink:hover{
text-decoration: none;
color:white;
}