Radish alpha
r
rad:z371PVmDHdjJucejRoRYJcDEvD5pp
Radicle website including documentation and guides
Radicle
Git
page/css: Improve for more deeply nested headings
Lorenz Leutgeb committed 6 months ago
commit 5424edb58d0380b680ac2278f80ebfdbf30970a3
parent e54297c
1 file changed +6 -1
modified assets/css/page.css
@@ -18,7 +18,7 @@ h1, h2 {
  color: var(--color-fg-highlight-tertiary);
}

-
h3 {
+
h4 {
  font-weight: normal;
  text-decoration: underline;
}
@@ -35,6 +35,11 @@ h2 {

h3 {
  margin-left: 2rem;
+
  color: var(--color-fg-highlight-secondary);
+
}
+

+
h4 {
+
  margin-left: 3rem;
}

h2::after {