This commit is contained in:
David Ralph
2020-09-22 15:43:09 +01:00
parent 2dd0e9150b
commit 66414461c4
6 changed files with 68 additions and 61 deletions

View File

@@ -210,4 +210,20 @@ select#language {
#customBackgroundColour {
cursor: pointer;
}
// Dark Theme
.dark {
#blurRange, #brightnessRange {
background-color: #535c68;
}
#customBackground, #backgroundAPI, #searchEngine, #language, #greetingName, #customSearchEngine {
color: white;
}
.choices {
background-color: white;
}
}