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 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'static') 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); +} -- cgit v1.2.3