myheats

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

red.module.css (173B)


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