Changed 80 column margin line color to red

This commit is contained in:
itdominator 2025-06-21 17:04:04 -05:00
parent 52a3785168
commit d354a940c4

View File

@ -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);