From b7464557e9a4a1b7ce9a4485a32898d64309b5ea Mon Sep 17 00:00:00 2001 From: Gen Date: Fri, 13 Dec 2024 15:28:38 -0800 Subject: [PATCH] tried to fix shit, but gave up --- assets/right.svg | 2 +- index.html | 6 +++--- style.css | 9 +++++++++ 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/assets/right.svg b/assets/right.svg index 0163463..7203e50 100644 --- a/assets/right.svg +++ b/assets/right.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/index.html b/index.html index 31ebb38..ba21d98 100644 --- a/index.html +++ b/index.html @@ -37,7 +37,7 @@
Discord Instagram - Fediverse + Mastodon Email Ko-Fi
@@ -65,7 +65,7 @@ This website is part of the
- CTP Webring + Catppuccin Webring
@@ -86,7 +86,7 @@ selector.value = localStorage.getItem("theme") || window.matchMedia("(prefers-color-scheme: dark)").matches - ? "macchiato" + ? "mocha" : "latte"; document.documentElement.setAttribute("theme", selector.value); selector.addEventListener("change", function () { diff --git a/style.css b/style.css index 1e2be08..2b646d6 100644 --- a/style.css +++ b/style.css @@ -219,6 +219,15 @@ footer { font-style: bold } +assets/left.svg { + fill: var(--ctp-peach) !important; + stroke: var(--ctp-peach) !important; +} + +assets/right.svg { + fill: var(--ctp-peach); + stroke: var(--ctp-peach); +} select { padding: 0.25rem 0.5rem;