myheats

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

yellow.css (172B)


      1 nav.yellow {
      2   background: #fd0;
      3   border-bottom: 1px solid #fffceb;
      4 }
      5 nav.yellow a.active {
      6   font-weight: bold;
      7   background: #ffe95a;
      8 }
      9 nav.yellow a {
     10   color: black;
     11 }