Change elevation level selector selected color

This commit is contained in:
2025-06-16 22:41:32 -07:00
parent 21b55a3ed2
commit 640a763fd7
2 changed files with 3 additions and 8 deletions

View File

@@ -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;
}