Synk fra arbeidsrepoet
This commit is contained in:
@@ -74,11 +74,24 @@ bit-landing-header a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* --- illustrasjoner -------------------------------------------------- */
|
/* --- illustrasjoner -------------------------------------------------- */
|
||||||
/* Safen på innloggingssiden er en inline SVG med klientens blåtoner. Vi kan
|
/* Safen og bakgrunnsfigurene er inline SVG-er som henter fargene sine fra
|
||||||
ikke fargelegge enkeltbaner utenfra uten å kjenne dem, men et hue-skift på
|
variabler. Å legge et hue-filter på dem gjetter feil figur og gir rare
|
||||||
hele figuren lander den i samme familie som resten. */
|
resultater - variablene treffer presist. */
|
||||||
svg:has(.tw-fill-illustration-logo) {
|
.theme_light {
|
||||||
filter: hue-rotate(142deg) saturate(.8);
|
--color-illustration-bg-primary: 176 230 226;
|
||||||
|
--color-illustration-bg-secondary: 126 214 209;
|
||||||
|
--color-illustration-bg-tertiary: 240 250 249;
|
||||||
|
--color-illustration-outline: 18 102 106;
|
||||||
|
--color-illustration-logo: 23 128 125;
|
||||||
|
--color-illustration-tertiary: 235 203 139;
|
||||||
|
}
|
||||||
|
.theme_dark {
|
||||||
|
--color-illustration-bg-primary: 26 110 108;
|
||||||
|
--color-illustration-bg-secondary: 61 210 204;
|
||||||
|
--color-illustration-bg-tertiary: 243 246 249;
|
||||||
|
--color-illustration-outline: 8 47 51;
|
||||||
|
--color-illustration-logo: 255 255 255;
|
||||||
|
--color-illustration-tertiary: 235 203 139;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* --- bunntekst med kildekodelenke ------------------------------------ */
|
/* --- bunntekst med kildekodelenke ------------------------------------ */
|
||||||
|
|||||||
Reference in New Issue
Block a user