0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-02 21:32:42 +00:00

Add editor highlighting

This commit is contained in:
David Bolack
2024-12-10 23:08:51 -06:00
parent dae297e0f5
commit 86856605b9
2 changed files with 27 additions and 3 deletions

View File

@@ -10,10 +10,18 @@
background : #33333328;
border-top : #333399 solid 1px;
}
.snippetLine {
background : #33333328;
border-top : #333399 solid 1px;
}
.editor-page-count {
float : right;
color : grey;
}
.editor-snippet-count {
float : right;
color : grey;
}
.columnSplit {
font-style : italic;
color : grey;