mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-09-22 18:32:58 +00:00
progamatic dark mode
This commit is contained in:
@@ -377,4 +377,19 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.editor.darkMode .metadataEditor {
|
||||
background-color: #555;
|
||||
background-image: @backgroundImageAltDark;
|
||||
color:#ddd;
|
||||
|
||||
h2 {
|
||||
color:@blueLight;
|
||||
border-color: @blue;
|
||||
}
|
||||
|
||||
input, textarea, select {
|
||||
background-color:#ddd;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user