Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorCatalin Mititiuc <webdevcat@proton.me>2024-07-03 10:04:58 -0700
committerCatalin Mititiuc <webdevcat@proton.me>2024-07-03 10:04:58 -0700
commitae21d408d1f9f8f4a34e777c3ea708c6b1245064 (patch)
tree30c698e6feaaae85bbd1f9431901f2a6ddeb878c /public
parent99d60421e31c00c8051398aaf10a481dbccfd82b (diff)
Change elevation level selector selected color
Diffstat (limited to 'public')
-rw-r--r--public/assets/css/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/assets/css/style.css b/public/assets/css/style.css
index 5960f99..c941eda 100644
--- a/public/assets/css/style.css
+++ b/public/assets/css/style.css
@@ -490,9 +490,9 @@ input#content-visibility-toggle {
}
.select-elevation input:checked+label {
- border: 1px solid #666;
+ border: 1px solid orangered;
border-radius: 3px;
- background-color: orangered;
+ background-color: orange;
color: white;
font-weight: bold;
}