Change elevation level selector selected color

This commit is contained in:
2024-07-03 10:04:58 -07:00
parent 99d60421e3
commit ae21d408d1
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;
}