projects
/
eg-antora.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38228e2
)
resolves #48 change h3 headings to bold
author
Dan Allen
<dan@opendevise.com>
Wed, 28 Mar 2018 00:39:26 +0000
(18:39 -0600)
committer
Dan Allen
<dan@opendevise.com>
Wed, 28 Mar 2018 00:39:26 +0000
(18:39 -0600)
src/css/doc.css
patch
|
blob
|
history
diff --git
a/src/css/doc.css
b/src/css/doc.css
index
465861e
..
f3951ae
100644
(file)
--- a/
src/css/doc.css
+++ b/
src/css/doc.css
@@
-24,6
+24,10
@@
margin: 1rem 0 0;
}
+.doc h3 {
+ font-weight: 500;
+}
+
.doc h1 > a.anchor,
.doc h2 > a.anchor,
.doc h3 > a.anchor,