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;