Style tweak

This commit is contained in:
Gregory Schier
2023-03-21 23:59:09 -07:00
parent aeda504e64
commit ae82bdc225

View File

@@ -39,7 +39,7 @@
/* Style gutters */
.cm-gutters {
@apply border-0 text-gray-500/60 opacity-95;
@apply border-0 text-gray-500/50 opacity-95;
.cm-gutterElement {
@apply cursor-default;
@@ -135,7 +135,7 @@
.cm-wrapper:not(.cm-readonly) .cm-editor {
&.cm-focused .cm-activeLineGutter {
@apply text-gray-800;
@apply text-gray-600;
}
.cm-cursor {