diff options
| author | ilotterytea <iltsu@alright.party> | 2024-05-19 00:39:25 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2024-05-19 00:39:25 +0500 |
| commit | 8539ae8ed393371270ac269d0f0069f1b25f6f6f (patch) | |
| tree | aee3750c81df8b5a659e3e2dcb1722411bf8b7cc /static | |
| parent | ebc62192763daaa2d7bc43f73badd4b9fde382ad (diff) | |
upd: main page style
Diffstat (limited to 'static')
| -rw-r--r-- | static/style.css | 12 |
1 files changed, 12 insertions, 0 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); +} |
