mirror of
https://github.com/hamburghammer/gohttpserver.git
synced 2024-12-23 06:57:40 +01:00
24 lines
291 B
CSS
24 lines
291 B
CSS
|
body {}
|
||
|
|
||
|
td>a {
|
||
|
color: black;
|
||
|
}
|
||
|
|
||
|
.navbar {
|
||
|
border-radius: 0px;
|
||
|
background-color: #101010;
|
||
|
border-color: #101010;
|
||
|
}
|
||
|
|
||
|
.navbar .navbar-brand {
|
||
|
color: #9d9d9d;
|
||
|
}
|
||
|
|
||
|
.navbar .navbar-brand:hover {
|
||
|
color: #fff;
|
||
|
}
|
||
|
|
||
|
.navbar-default ul.navbar-nav>li>a:hover {
|
||
|
color: #fff;
|
||
|
}
|