Browse Source

menu: color first letter

main
Hendrik Langer 4 years ago
parent
commit
29a648af61
  1. 4
      static/css/style.css

4
static/css/style.css

@ -9,3 +9,7 @@ body {
li {
list-style: inherit;
}
.navbar .nav > li > a::first-letter {
color: #fefe54;
}

Loading…
Cancel
Save