dark: optimize colors for highlighted code

This commit is contained in:
pat-s 2021-11-23 22:12:07 +01:00
parent 77948727fb
commit 5c8e604e08
No known key found for this signature in database
GPG key ID: 3C6318841EF78925

View file

@ -571,3 +571,14 @@ i.green.icon.icon.icon.icon {
span.green .svg {
color: var(--color-primary);
}
/* highlight color bg for highlighted lines */
.lines-code.active, .lines-code .active {
border-radius: 6px;
background: #000000!important;
}
.ui.ui.ui.ui.table tr.active, .ui.ui.table td.active {
box-shadow: 0 0 #000000de inset;
background: #E0E0E0;
color: --var(--color-text);
}