More actions
Created page with "→All CSS here will be loaded for users of the Citizen skin: :root { --color-primary__h: 181; --color-primary__s: 100%; --color-primary__l: 48%; }" |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
--color-primary__s: 100%; | --color-primary__s: 100%; | ||
--color-primary__l: 48%; | --color-primary__l: 48%; | ||
} | |||
body::before { | |||
background-image: url("https://nysos.ordo.top/static/images/backgrounds/nysos.png"); | |||
content: ""; | |||
position: fixed; | |||
top: 0; | |||
left: 0; | |||
width: 100vw; | |||
height: 100vh; | |||
opacity: .1; | |||
z-index: 0; | |||
} | } |
Latest revision as of 10:46, 8 May 2025
/* All CSS here will be loaded for users of the Citizen skin */ :root { --color-primary__h: 181; --color-primary__s: 100%; --color-primary__l: 48%; } body::before { background-image: url("https://nysos.ordo.top/static/images/backgrounds/nysos.png"); content: ""; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; opacity: .1; z-index: 0; }