Browse Source

Change navbar text color

pull/10/head
Hironsan 6 years ago
parent
commit
29a02fc32b
1 changed files with 3 additions and 0 deletions
  1. 3
      app/server/static/forum.css

3
app/server/static/forum.css

@ -11,6 +11,9 @@ footer {
.navbar.has-shadow {
box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
}
.navbar-item {
color: white;
}
.topNav {
border-top: 5px solid #3498DB;
}

Loading…
Cancel
Save