From 0bfe24d4f9d11ffc5029429ef440d0ae19d91e0b Mon Sep 17 00:00:00 2001 From: Helix K Date: Wed, 29 Apr 2026 23:39:33 -0500 Subject: [PATCH] Make theme less bad --- velping/statics/style.css | 36 +++++++++++++++++++++++++----------- velping/templates/index.xht | 2 ++ 2 files changed, 27 insertions(+), 11 deletions(-) diff --git a/velping/statics/style.css b/velping/statics/style.css index 098e635..ad44444 100644 --- a/velping/statics/style.css +++ b/velping/statics/style.css @@ -1,32 +1,44 @@ ::selection { - background-color: #eeadb7; - color: #1e1e2e; + background-color: #2563eb; + color: #fff; } ::-moz-selection { - background-color: #eeadb7; - color: #1e1e2e; + background-color: #2563eb; + color: #fff; } body { - font-family: 'Adwaita Mono', monospace; + font-family: sans-serif; padding-left: 20px; padding-top: 10px; margin: 0; - max-width: 1000px; - background-color: #1e1e2e; - color: #eeadb7; + padding: 0; + background-color: #000; + color: #b1b8c0; } -.green, .green::selection, .green::-moz-selection { +#wraps { + margin: 0 auto; + width: 80%; + padding-top: 10px; +} + +.green, +.green::selection, +.green::-moz-selection { color: #5cdd8b; } -.red, .red::selection, .red::-moz-selection { +.red, +.red::selection, +.red::-moz-selection { color: #dc3545; } -.grey, .grey::selection, .grey::-moz-selection { +.grey, +.grey::selection, +.grey::-moz-selection { color: #dadada; } @@ -34,9 +46,11 @@ body { width: 400px; height: 20px; padding: 10px; + margin-bottom: 10px; display: flex; align-items: center; border-radius: 10px; + background-color: #040407; } .service p { diff --git a/velping/templates/index.xht b/velping/templates/index.xht index 9813927..2b0748f 100644 --- a/velping/templates/index.xht +++ b/velping/templates/index.xht @@ -10,6 +10,7 @@ +

{{ cfg.web.name }}

{% set services_by_cat = {} %} @@ -40,6 +41,7 @@
{% endfor %} {% endfor %} +