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

The colour was changed from #554a00 to #001200 due to contrast problems with the former colour.
This commit is contained in:
login 2020-03-27 07:11:00 -04:00
parent 4c2f828448
commit e49f3c20b2
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
}