From a5f0e554de9a08594fdcb542d551375cebb1dd77 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Thu, 30 Oct 2025 15:00:26 +0800 Subject: Terminal colors. --- assets/css/main.css | 12 +++++++----- assets/css/skeleton.css | 6 ------ 2 files changed, 7 insertions(+), 11 deletions(-) (limited to 'assets') diff --git a/assets/css/main.css b/assets/css/main.css index 1058c16..c1e265f 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -5,9 +5,9 @@ } :root { - --link-color: #2f2f2f; - --main-bg-color: #f4f2e8; - --main-txt-color: #2f2f2f; + --link-color: #228B22; + --main-bg-color: #202020; + --main-txt-color: #228B22; } *, @@ -23,8 +23,10 @@ body{ text-decoration-skip: ink; color: var(--main-txt-color); padding-top: 10px; - font-family: 'IM Fell English', serif; + font-family: monospace, serif; background-color: var(--main-bg-color); + background-image: linear-gradient(rgba(0, 0, 0, 0.4), 1px, transparent 1px); + background-size: 2px 2px; } body::selection{ @@ -45,6 +47,7 @@ p::selection{ } a { + color: var(--main-txt-color); text-decoration: underline; } @@ -65,7 +68,6 @@ a.external::after { img { width: 100%; - mix-blend-mode: multiply; } table { diff --git a/assets/css/skeleton.css b/assets/css/skeleton.css index 35e298b..a5a6997 100644 --- a/assets/css/skeleton.css +++ b/assets/css/skeleton.css @@ -151,12 +151,6 @@ h6 { font-size: 1.5rem; line-height: 1.6; letter-spacing: 0; } p { margin-top: 0; } - -/* Links -–––––––––––––––––––––––––––––––––––––––––––––––––– */ -a { color: #2f2f2f; } - - /* Buttons –––––––––––––––––––––––––––––––––––––––––––––––––– */ .button, -- cgit v1.2.3