diff --git a/new_site/src/griddy.css b/new_site/src/griddy.css index 5edb79d..cd8b63e 100644 --- a/new_site/src/griddy.css +++ b/new_site/src/griddy.css @@ -9,7 +9,7 @@ html { box-sizing: border-box; } --fg-color: #000000; --selection-bg-color: #bbffbb; --selection-fg-color: #000000; - --accent: #96ff96; + --accent: #10dd10; } @media (prefers-color-scheme: dark) { :root { @@ -17,6 +17,7 @@ html { box-sizing: border-box; } --fg-color: #ffffff; --selection-bg-color: var(--accent); --selection-fg-color: #000000; + --accent: #96ff96; } } body { @@ -35,6 +36,7 @@ body { h1 { text-align: center; + margin: 1.5em 0; } /* Blinking cursor */ @@ -53,7 +55,7 @@ h1::after { content: ""; width: 5px; height: 0.9em; - background: #00ff00; + background: var(--accent); margin-left: 3px; display: inline-block; animation: cursor-blink 900ms ease-in-out infinite; @@ -95,7 +97,7 @@ code { color: var(--bg-color); } code a { - text-decoration-color: var(--fg-color); !important + text-decoration-color: var(--fg-color) !important; } .row { diff --git a/new_site/src/index.html b/new_site/src/index.html index 96a1dc0..57c3d0f 100644 --- a/new_site/src/index.html +++ b/new_site/src/index.html @@ -50,7 +50,30 @@ Made with ❤️ by human | Imprint