forked from friendica/friendica
Merge pull request #15554 from Tealk/theme/frio/gnome/codeblock
fix codeblock colore
This commit is contained in:
commit
fc76e52220
1 changed files with 3 additions and 0 deletions
|
|
@ -354,6 +354,9 @@ aside {
|
|||
.text-muted {
|
||||
color: var(--text-secondary) !important;
|
||||
}
|
||||
.hljs, .hljs-subst {
|
||||
color: var(--text-primary) !important;
|
||||
}
|
||||
|
||||
/* Dropdowns */
|
||||
.dropdown-menu {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue