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:
790d164
)
add styles for sidebar title
author
Sarah White
<graphitefriction@gmail.com>
Wed, 14 Feb 2018 21:38:55 +0000
(14:38 -0700)
committer
Sarah White
<graphitefriction@gmail.com>
Wed, 14 Feb 2018 21:38:55 +0000
(14:38 -0700)
src/css/doc.css
patch
|
blob
|
history
diff --git
a/src/css/doc.css
b/src/css/doc.css
index
350bf4e
..
facd7e9
100644
(file)
--- a/
src/css/doc.css
+++ b/
src/css/doc.css
@@
-404,6
+404,16
@@
padding-bottom: 0.075rem;
}
+.doc .sidebarblock .title {
+ /* color: #4a4a4a; */
+ display: block;
+ color: #191919;
+ font-size: 1.3rem;
+ line-height: 1.3;
+ letter-spacing: -0.005em;
+ padding-bottom: 0.075rem;
+}
+
.doc .admonitionblock .title + .paragraph {
margin-top: 0;
}