mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-09-20 14:32:57 +00:00
change colors a bit
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
--textColor : black;
|
||||
--hoverMenuColor : #;
|
||||
|
||||
|
||||
@menuHeight : 25px;
|
||||
position : relative;
|
||||
display : flex;
|
||||
@@ -238,8 +237,7 @@
|
||||
}
|
||||
|
||||
.editor.darkMode .snippetBar {
|
||||
--activeTriggerColor: #777;
|
||||
--menuColor : #333;
|
||||
--textColor : #ddd;
|
||||
--activeTriggerColor: #888;
|
||||
--menuColor : #666;
|
||||
--textColor : #eee;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user