Merge pull request #15554 from Tealk/theme/frio/gnome/codeblock

fix codeblock colore
This commit is contained in:
Philipp 2026-02-24 23:12:46 +01:00 committed by GitHub
commit fc76e52220
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -354,6 +354,9 @@ aside {
.text-muted {
color: var(--text-secondary) !important;
}
.hljs, .hljs-subst {
color: var(--text-primary) !important;
}
/* Dropdowns */
.dropdown-menu {