More CSS.

This commit is contained in:
2026-03-10 14:26:44 -04:00
parent 250bf6ad10
commit b71f5d2533

View File

@@ -101,6 +101,43 @@ $next = $sites[($index + 1) % $total];
</div> </div>
<style> <style>
:root {
--bg-1: #1d2021;
--bg0: #282828;
--bg1: #3c3836;
--bg2: #504945;
--bg3: #665c54;
--bg4: #7c6f64;
--gray0: #928374;
--gray1: #a89984;
--fg0: #fbf1c7;
--fg1: #ebdbb2;
--fg2: #d5c4a1;
--fg3: #bdae93;
--red0: #cc241d;
--red1: #fb4934;
--green0: #98971a;
--green1: #b8bb26;
--yellow0: #d79921;
--yellow1: #fabd2f;
--blue0: #458588;
--blue1: #83a598;
--purple0: #b16286;
--purple1: #d3869b;
--aqua0: #689d6a;
--aqua1: #8ec07c;
--orange0: #d65d0e;
--orange1: #fe8019;
}
#ring { #ring {
border-radius: var(--brad); border-radius: var(--brad);
background-color: var(--bg2); background-color: var(--bg2);