Changed 80 column margin line color to red
This commit is contained in:
parent
52a3785168
commit
d354a940c4
@ -38,6 +38,10 @@
|
|||||||
color: rgba(255, 255, 255, 1.0);
|
color: rgba(255, 255, 255, 1.0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ace_print-margin {
|
||||||
|
background-color: rgba(255, 0, 0, 0.84) !important;
|
||||||
|
}
|
||||||
|
|
||||||
.ace_selected {
|
.ace_selected {
|
||||||
background: rgba(249, 148, 6, 0.64);
|
background: rgba(249, 148, 6, 0.64);
|
||||||
color: rgba(0, 0, 0, 1.0);
|
color: rgba(0, 0, 0, 1.0);
|
||||||
|
Loading…
Reference in New Issue
Block a user