mirror of
https://github.com/pat-s/gitea-github-theme.git
synced 2024-11-21 13:00:58 +00:00
dark: optimize colors for highlighted code
This commit is contained in:
parent
77948727fb
commit
5c8e604e08
1 changed files with 11 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue