1
0
mirror of https://github.com/Rnhmjoj/solarized-dark-ui synced 2025-01-25 11:44:19 +01:00

Fixes gutter background color

This commit is contained in:
Rob Cameron 2014-02-26 15:53:57 -08:00
parent 32257c5e95
commit 341a220a35

View File

@ -13,7 +13,7 @@
.selection .region { background-color: lighten(@input-background-color, 10%); }
}
.editor {
.editor, .editor .gutter {
background-color: @app-background-color;
}