From 3b273d0ee9ef4da49916f836488b24762662c59b Mon Sep 17 00:00:00 2001 From: Roscoe Date: Tue, 1 Apr 2025 23:29:30 +0100 Subject: de-fops --- public/css/fonts.css | 0 public/css/master.css | 26 ++++---------------------- 2 files changed, 4 insertions(+), 22 deletions(-) delete mode 100644 public/css/fonts.css (limited to 'public') diff --git a/public/css/fonts.css b/public/css/fonts.css deleted file mode 100644 index e69de29..0000000 diff --git a/public/css/master.css b/public/css/master.css index 4951d4b..71e4b02 100644 --- a/public/css/master.css +++ b/public/css/master.css @@ -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 @@ --table-header: hsla(11, 96%, 43%, 0.2); } -table, div, p, h1, h2, h3 { - transform: rotate(1deg); -} - - /* ───────────────────────────────────── Fonts ────────────────────────────────────── */ @font-face { font-family: "PT Sans"; -- cgit v1.2.3-54-g00ecf