mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-08-15 14:53:29 -07:00
Overwrite link color in sidebar
This commit is contained in:
parent
5e093604e0
commit
cff4010c2b
1 changed files with 3 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
|||
.codeberg-design .sidebar-title a { color: var(--sidebar-title-text-color); }
|
||||
.codeberg-design .sidebar-title .dark-mode a { color: var(--dm-sidebar-title-text-color); }
|
||||
|
||||
.content h1 { font-size: 34pt; }
|
||||
.content h2 { font-size: 26pt; }
|
||||
.content h3 { font-size: 20pt; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue