taler-merchant-demos

Python-based Frontends for the Demonstration Web site
Log | Files | Refs | Submodules | README | LICENSE

colors-donations.css (376B)


      1 @import url(/static/theme.css);
      2 nav,
      3 nav a,
      4 nav span,
      5 .navcontainer,
      6 .demobar,
      7 nav button,
      8 .navbtn {
      9   color: white;
     10   background: #843c0c;
     11 }
     12 
     13 nav a.active,
     14 nav span.active,
     15 .navbtn.active {
     16   background-color: #522609;
     17 }
     18 
     19 nav a.active:hover,
     20 nav span.active:hover,
     21 .navbtn.active:hover,
     22 nav a:hover,
     23 nav button:hover,
     24 nav span:hover,
     25 .navbtn:hover {
     26   background: #b15213;
     27 }