Update 'public/darkmode.css' to change the selected/active lines in .code-view #1

Merged
creme merged 1 commits from :master into master 2020-03-27 11:16:36 +00:00
1 changed files with 3 additions and 0 deletions

View File

@ -1161,3 +1161,6 @@ a.ui.labels .label:hover {
background-color: inherit
}
.code-view .active {
background: #001200
}