quatuorbellefeuille.com

Content, build scripts and admin scripts for the Bellefeuille Quartet website.
git clone https://git.kevinlegouguec.net/quatuorbellefeuille.com
Log | Files | Refs

dark.css (392B)


      1 body {
      2     background-color: black;
      3     color: white;
      4 }
      5 
      6 main {
      7     color: white;
      8 }
      9 
     10 footer.social a.lang {
     11     border-color: white;
     12 }
     13 footer.social a.lang:hover, footer.social a.lang:focus {
     14     color: var(--gold);
     15     background: white;
     16     border-color: white;
     17 }
     18 
     19 body > header.banner img,
     20 footer.social a img,
     21 header.slidingmenu > img.button.open {
     22     filter: brightness(0) invert(1);
     23 }