Upgrade beer.css

This commit is contained in:
2025-12-28 16:25:11 -06:00
parent 7d6c783f26
commit 22086d488f

View File

@@ -1,80 +1,80 @@
:root, :root,
body.light { body.light {
--primary:#c00100; --primary:#bc004b;
--on-primary:#ffffff; --on-primary:#ffffff;
--primary-container:#ffdad4; --primary-container:#ffd9de;
--on-primary-container:#410000; --on-primary-container:#400014;
--secondary:#775651; --secondary:#75565b;
--on-secondary:#ffffff; --on-secondary:#ffffff;
--secondary-container:#ffdad4; --secondary-container:#ffd9de;
--on-secondary-container:#2c1512; --on-secondary-container:#2c1519;
--tertiary:#705c2e; --tertiary:#795831;
--on-tertiary:#ffffff; --on-tertiary:#ffffff;
--tertiary-container:#fbdfa6; --tertiary-container:#ffddba;
--on-tertiary-container:#251a00; --on-tertiary-container:#2b1700;
--error:#ba1a1a; --error:#ba1a1a;
--on-error:#ffffff; --on-error:#ffffff;
--error-container:#ffdad6; --error-container:#ffdad6;
--on-error-container:#410002; --on-error-container:#410002;
--background:#fffbff; --background:#fffbff;
--on-background:#201a19; --on-background:#201a1b;
--surface:#fff8f6; --surface:#fff8f7;
--on-surface:#201a19; --on-surface:#201a1b;
--surface-variant:#f5ddda; --surface-variant:#f3dddf;
--on-surface-variant:#534341; --on-surface-variant:#524345;
--outline:#857370; --outline:#847375;
--outline-variant:#d8c2be; --outline-variant:#d6c2c3;
--shadow:#000000; --shadow:#000000;
--scrim:#000000; --scrim:#000000;
--inverse-surface:#362f2e; --inverse-surface:#362f2f;
--inverse-on-surface:#fbeeec; --inverse-on-surface:#fbeeee;
--inverse-primary:#ffb4a8; --inverse-primary:#ffb2be;
--surface-dim:#e4d7d5; --surface-dim:#e3d7d8;
--surface-bright:#fff8f6; --surface-bright:#fff8f7;
--surface-container-lowest:#ffffff; --surface-container-lowest:#ffffff;
--surface-container-low:#fef1ee; --surface-container-low:#fdf1f1;
--surface-container:#f8ebe9; --surface-container:#f8ebeb;
--surface-container-high:#f3e5e3; --surface-container-high:#f2e5e6;
--surface-container-highest:#ede0dd; --surface-container-highest:#ece0e0;
} }
body.dark { body.dark {
--primary:#ffb4a8; --primary:#ffb2be;
--on-primary:#690100; --on-primary:#660025;
--primary-container:#930100; --primary-container:#900038;
--on-primary-container:#ffdad4; --on-primary-container:#ffd9de;
--secondary:#e7bdb6; --secondary:#e5bdc2;
--on-secondary:#442925; --on-secondary:#43292d;
--secondary-container:#5d3f3b; --secondary-container:#5c3f43;
--on-secondary-container:#ffdad4; --on-secondary-container:#ffd9de;
--tertiary:#dec48c; --tertiary:#ebbf90;
--on-tertiary:#3e2e04; --on-tertiary:#452b08;
--tertiary-container:#564419; --tertiary-container:#5f411c;
--on-tertiary-container:#fbdfa6; --on-tertiary-container:#ffddba;
--error:#ffb4ab; --error:#ffb4ab;
--on-error:#690005; --on-error:#690005;
--error-container:#93000a; --error-container:#93000a;
--on-error-container:#ffb4ab; --on-error-container:#ffb4ab;
--background:#201a19; --background:#201a1b;
--on-background:#ede0dd; --on-background:#ece0e0;
--surface:#181211; --surface:#181213;
--on-surface:#ede0dd; --on-surface:#ece0e0;
--surface-variant:#534341; --surface-variant:#524345;
--on-surface-variant:#d8c2be; --on-surface-variant:#d6c2c3;
--outline:#a08c89; --outline:#9f8c8e;
--outline-variant:#534341; --outline-variant:#524345;
--shadow:#000000; --shadow:#000000;
--scrim:#000000; --scrim:#000000;
--inverse-surface:#ede0dd; --inverse-surface:#ece0e0;
--inverse-on-surface:#362f2e; --inverse-on-surface:#362f2f;
--inverse-primary:#c00100; --inverse-primary:#bc004b;
--surface-dim:#181211; --surface-dim:#181213;
--surface-bright:#3f3736; --surface-bright:#3f3738;
--surface-container-lowest:#120d0c; --surface-container-lowest:#120d0d;
--surface-container-low:#201a19; --surface-container-low:#201a1b;
--surface-container:#251e1d; --surface-container:#241e1f;
--surface-container-high:#2f2827; --surface-container-high:#2f2829;
--surface-container-highest:#3b3332; --surface-container-highest:#3a3334;
} }
.loading-indicator .loading-indicator