0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-03-28 10:08:11 +00:00

that should do it

This commit is contained in:
Víctor Losada Hernández
2026-03-27 16:14:14 +01:00
parent 0842e398c4
commit 901f84bf34

View File

@@ -17,12 +17,21 @@
border-top : #333399 solid 1px; border-top : #333399 solid 1px;
} }
&.brewText .cm-pageLine {
background : #33333328;
border-top : #333399 solid 1px;
}
&.brewSnippets {
.cm-pageLine {
background : #3e4e3e1b;
border-top : #3399423b solid 1px;
color:#777;
}
}
&.brewText, &.brewSnippets { &.brewText, &.brewSnippets {
.cm-pageLine {
background : #33333328;
border-top : #333399 solid 1px;
}
.cm-tooltip-autocomplete { .cm-tooltip-autocomplete {