commit ed5dc8053ac18458446534dfb484ef28e284a728 parent aec75f0d2c212877741e676920016f178d82c711 Author: Hunter Date: Wed, 13 Nov 2024 14:04:55 -0500 add "sugar" theme Diffstat:
| M | index.html | | | 19 | +++++++++++++++++++ |
1 file changed, 19 insertions(+), 0 deletions(-)
diff --git a/index.html b/index.html @@ -40,6 +40,11 @@ --smoke: #e8e6e3; --ash: #252829; --cinder: #ff5532; + + --blue-raspberry: #0458b3; + --cola: #1e1515; + --bubblegum: #e1175e; + --taffy: #eaeaea; } /* custom fonts */ @@ -100,6 +105,20 @@ } } + :root[data-theme="sugar"] { + --background: var(--cola); + --text: var(--taffy); + --highlight: var(--blue-raspberry); + --accent: var(--bubblegum); + + .checkbox-label { + border-radius: 10px; + } + .active { + border-radius: 30px 0px 0px 30px; + } + } + /* interface styling */ @keyframes shake { 0% { transform: translateX(0); }