From 8539ae8ed393371270ac269d0f0069f1b25f6f6f Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sun, 19 May 2024 00:39:25 +0500 Subject: upd: main page style --- static/style.css | 12 ++++++++++++ templates/index.html | 24 ++++++++++++------------ 2 files changed, 24 insertions(+), 12 deletions(-) diff --git a/static/style.css b/static/style.css index b45a1ed..0bc58c7 100644 --- a/static/style.css +++ b/static/style.css @@ -9,3 +9,15 @@ .text-shadow { text-shadow: 1px 1px 3px rgb(0 0 0 / 40%); } + +.command { + text-shadow: 1px 1px 3px rgb(0 0 0 / 40%); + color: rgb(5, 150, 105); + font-weight: 600; + font-family: monospace; + font-size: 16px; +} + +.command:hover { + color: rgb(16, 185, 129); +} diff --git a/templates/index.html b/templates/index.html index e7eec6d..82dd016 100644 --- a/templates/index.html +++ b/templates/index.html @@ -23,7 +23,7 @@