mirror of
https://github.com/mue/mue.git
synced 2026-07-22 00:07:23 +02:00
fixes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user