autowolf

automated librewolf setup
git clone https://git.awy.one/autowolf.git
Log | Files | Refs | README

userContent.css (1329B)


      1 @-moz-document url-prefix("about:"),
      2                url-prefix("chrome:")
      3 {
      4   body {
      5     background-color: #32302F !important;
      6   }
      7   :root {
      8     /*  accent color  */
      9     --uc-my-color: #b8bb26;
     10     --uc-my-color-hover: color-mix(in oklab, var(--uc-my-color) 90%, white);
     11     --uc-my-color-active: color-mix(in oklab, var(--uc-my-color) 80%, white);
     12 
     13     --color-accent-primary: var(--uc-my-color) !important;
     14     --color-accent-primary-hover: var(--uc-my-color-hover) !important;
     15     --color-accent-primary-active: var(--uc-my-color-active) !important;
     16 
     17     --in-content-primary-button-background: var(--uc-my-color) !important;
     18     --in-content-primary-button-background-hover: var(--uc-my-color-hover) !important;
     19     --in-content-primary-button-background-active: var(--uc-my-color-active) !important;
     20 
     21     --primary-button-background-color: var(--uc-my-color) !important;
     22     --primary-button-hover-background-color: var(--uc-my-color-hover) !important;
     23     --primary-button-active-background-color: var(--uc-my-color-active) !important;
     24 
     25     /* background color */
     26     --uc-my-background-color: #32302F;
     27     --background-color-canvas: var(--uc-my-background-color) !important;
     28     --background-color-box: var(--uc-my-background-color) !important;
     29 
     30     /* text color */
     31     --in-content-page-color: #fbf1c7 !important;
     32   }
     33 }