userContent.css (1666B)
1 @-moz-document url-prefix("about:"), 2 url-prefix("chrome:") 3 { 4 body { 5 background-color: #353C4A !important; 6 } 7 :root { 8 /* accent color */ 9 --uc-my-color: #ebcb8b !important; 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: #353C4A !important; 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: #d8dee9 !important; 32 33 --table-row-background-color-alternate:#2e3440 !important; 34 } 35 } 36 37 38 @-moz-document url-prefix("moz-extension:") 39 { 40 :root { 41 /* ublock */ 42 --surface-1: #353C4A !important; 43 --surface-2: #2e3440 !important; 44 --accent-surface-1: #ebcb8b !important; 45 --dashboard-tab-active-ink: #ebcb8b !important; 46 } 47 }