myheats

Live heats, scoring and leaderboard for sport events
git clone https://git.in0rdr.ch/myheats.git
Log | Files | Refs | Pull requests | README | LICENSE

blue.css (167B)


      1 nav.blue {
      2   background: #144780;
      3   border-bottom: 1px solid white;
      4 }
      5 nav.blue a.active {
      6   font-weight: bold;
      7   background: #145dae;
      8 }
      9 nav.blue a {
     10   color: white;
     11 }