Skip to content

Commit

Permalink
added CSS style for rulers to make it fit most of the themes
Browse files Browse the repository at this point in the history
  • Loading branch information
rayou committed Mar 21, 2018
1 parent 281fb2a commit 29888c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 29888c8

Please sign in to comment.