mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-09-23 07:32:58 +00:00
add in snippetbar dark mode
This commit is contained in:
@@ -5,14 +5,18 @@
|
|||||||
.snippetBar {
|
.snippetBar {
|
||||||
--activeTriggerColor: inherit;
|
--activeTriggerColor: inherit;
|
||||||
--menuColor : #DDDDDD;
|
--menuColor : #DDDDDD;
|
||||||
|
--textColor : black;
|
||||||
|
--hoverMenuColor : #;
|
||||||
|
|
||||||
|
|
||||||
@menuHeight : 25px;
|
@menuHeight : 25px;
|
||||||
position : relative;
|
position : relative;
|
||||||
display : flex;
|
display : flex;
|
||||||
flex-wrap : wrap-reverse;
|
flex-wrap : wrap-reverse;
|
||||||
justify-content : space-between;
|
justify-content : space-between;
|
||||||
height : auto;
|
height : auto;
|
||||||
color : black;
|
color : var(--textColor);
|
||||||
background-color : #DDDDDD;
|
background-color : var(--menuColor);
|
||||||
font-size : .65rem;
|
font-size : .65rem;
|
||||||
font-family: 'Open Sans', sans-serif;
|
font-family: 'Open Sans', sans-serif;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
@@ -223,3 +227,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.editor.darkMode .snippetBar {
|
||||||
|
--activeTriggerColor: #777;
|
||||||
|
--menuColor : #333;
|
||||||
|
--textColor : #ddd;
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user