Overwrite link color in sidebar

This commit is contained in:
n 2021-07-13 19:24:57 +09:00
parent 5e093604e0
commit cff4010c2b

View file

@ -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; }