projects
/
working
/
eg-antora.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca20e38
)
apply font weight bold to h4
author
Dan Allen
<dan@opendevise.com>
Fri, 24 Dec 2021 20:52:40 +0000
(13:52 -0700)
committer
Dan Allen
<dan@opendevise.com>
Fri, 24 Dec 2021 20:52:40 +0000
(13:52 -0700)
src/css/doc.css
patch
|
blob
|
history
diff --git
a/src/css/doc.css
b/src/css/doc.css
index
c7759de
..
a2e1a11
100644
(file)
--- a/
src/css/doc.css
+++ b/
src/css/doc.css
@@
-69,7
+69,8
@@
padding: 0.4rem 1rem 0.1rem;
}
-.doc h3:not(.discrete) {
+.doc h3:not(.discrete),
+.doc h4:not(.discrete) {
font-weight: var(--alt-heading-font-weight);
}