From 43e46d21c263fe8a8672e8e4b3ce38803b9cd089 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sun, 20 Apr 2025 03:55:21 +0500 Subject: feat: icons and colors for control buttons --- public/static/style.css | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'public/static/style.css') diff --git a/public/static/style.css b/public/static/style.css index 562e87a..09e5534 100644 --- a/public/static/style.css +++ b/public/static/style.css @@ -135,6 +135,8 @@ button:hover, .button:hover { background: #b9b9b9; cursor: pointer; + color: black; + text-decoration: none; } button.transparent, @@ -143,6 +145,36 @@ button.transparent, border: unset; } +.gem:hover { + filter: saturate(2); +} + +.coal:hover { + filter: brightness(2); +} + +button.red, +.button.red { + background: #e97272; + border-color: #a85252; +} + +button.red:hover, +.button.red:hover { + background: #ec8d8d; +} + +button.green, +.button.green { + background: #6cbb6d; + border-color: #52a85d; +} + +button.green:hover, +.button.green:hover { + background: #85dd8a; +} + /** ---------- LIST -- cgit v1.2.3