From 180a4a9c614fa0f89494873b338b1b2bb2460be2 Mon Sep 17 00:00:00 2001 From: scossa Date: Mon, 13 Jan 2025 22:04:02 +0100 Subject: [PATCH] darkmode --- make_index.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/make_index.sh b/make_index.sh index c2d5f4d..ff4e36e 100755 --- a/make_index.sh +++ b/make_index.sh @@ -31,13 +31,14 @@ cat <<- _EOF > $PWD_SC/index.html margin: 0; padding: 4wh; border: 10px solid #ccc; - background-color: #f4f4f4; + background-color: #121212; + color: #e4d183; } div { width: 200wj; height: 200wj; - background-color: #fbfbfb; + background-color: #1e1e1e; padding: 20px; } @@ -49,6 +50,7 @@ cat <<- _EOF > $PWD_SC/index.html a { width: 300wj; height: 200wj; + color: #bb86fc; }