This commit is contained in:
Roscoe 2025-04-01 23:29:30 +01:00
commit 3b273d0ee9
Signed by: RoscoeDaWah
SSH key fingerprint: SHA256:Hqn452XQ1ETzUt/FthJu6+OFkS4NBxCv5VQSEvuk7CE
8 changed files with 14 additions and 34 deletions

View file

View file

@ -1,22 +1,9 @@
/*:root {*/
/* --background: #f2efbd;*/
/* --foreground: #2a271c;*/
/* --border-color: #f27405;*/
/* --border: var(--border-color) 2px solid;*/
/* --shadow-color: hsla(11, 96%, 43%, 0.4);*/
/* --shadow: drop-shadow(8px 8px var(--shadow-color));*/
/* --shadow-small: drop-shadow(3px 3px var(--shadow-color));*/
/* --links: hsl(183, 93%, 27%);*/
/* --links-hover: hsl(183, 93%, 15%);*/
/* --table-header: hsla(11, 96%, 43%, 0.2);*/
/*}*/
:root {
--background: #f2c7bd;
--foreground: #2a1c1c;
--border-color: #f24c05;
--background: #f2efbd;
--foreground: #2a271c;
--border-color: #f27405;
--border: var(--border-color) 2px solid;
--shadow-color: hsla(0, 96%, 43%, 0.4);
--shadow-color: hsla(11, 96%, 43%, 0.4);
--shadow: drop-shadow(8px 8px var(--shadow-color));
--shadow-small: drop-shadow(3px 3px var(--shadow-color));
--links: hsl(183, 93%, 27%);
@ -24,11 +11,6 @@ :root {
--table-header: hsla(11, 96%, 43%, 0.2);
}
table, div, p, h1, h2, h3 {
transform: rotate(1deg);
}
/* ───────────────────────────────────── Fonts ────────────────────────────────────── */
@font-face {
font-family: "PT Sans";