diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2022-03-13 16:50:01 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2022-03-13 17:08:06 +0100 |
commit | 76eb1a9d78c4849e96de3b8719c08ef7aaea5dcc (patch) | |
tree | 4e8bcfda24d402c6c9b437fa6f786b40d72c1a8a | |
parent | 14a2790dcb53ffc29d3f8a9950c7bf48af452c85 (diff) | |
download | volse-hubzilla-76eb1a9d78c4849e96de3b8719c08ef7aaea5dcc.tar.gz volse-hubzilla-76eb1a9d78c4849e96de3b8719c08ef7aaea5dcc.tar.bz2 volse-hubzilla-76eb1a9d78c4849e96de3b8719c08ef7aaea5dcc.zip |
redbasic/dark: Tune button colours a bit.
Makes buttons a bit less bright so they don't stick out quite as much.
-rw-r--r-- | view/theme/redbasic/schema/dark.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/view/theme/redbasic/schema/dark.css b/view/theme/redbasic/schema/dark.css index 021e6c5ef..e7049a1c5 100644 --- a/view/theme/redbasic/schema/dark.css +++ b/view/theme/redbasic/schema/dark.css @@ -168,7 +168,7 @@ a.btn, aside a { .btn { background-color: #1e1e1e; border-color: #222; - color: #ccc; + color: $font_colour; text-shadow: none; box-shadow: none; } @@ -185,7 +185,7 @@ a.btn, aside a { } .btn-primary, input#event-submit, input#rmagic-submit-button, input#lostpass-submit-button { - background-color: #337AB7; + background-color: #20537E; color: #FFF; } @@ -196,8 +196,8 @@ a.btn, aside a { } .btn-success { - color: #FFF !important; - background-color: #5CB85C !important; + color: #ccc !important; + background-color: #336A33 !important; border-color: #4CAE4C !important; } @@ -220,7 +220,7 @@ a.btn, aside a { } .btn-danger, form#chat-destroy > input { - background-color: #D9534F !important; + background-color: #B22A26 !important; border-color: #D43F3A !important; color: #FFF !important; } |