1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-12 17:26:17 +00:00

added CSS style for rulers to make it fit most of the themes

This commit is contained in:
Yu-Hung Ou
2018-03-20 21:02:29 +11:00
parent 281fb2afd3
commit 29888c89ad

View File

@@ -57,6 +57,10 @@
opacity: 1 !important;
pointer-events: auto !important;
}
.CodeMirror-ruler {
border-left-color: rgba(142, 142, 142, 0.5);
mix-blend-mode: difference;
}
</style>
</head>
<body>