summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSarah White <graphitefriction@gmail.com>2018-02-16 14:04:02 -0700
committerSarah White <graphitefriction@gmail.com>2018-02-16 14:04:02 -0700
commitc2a21bf1759bdf7482ee8ddb4a27fa483191e95f (patch)
treeb87462c8bf8f2c3f552bfbe54e92270c73393d54 /src
parentf06d6414183e2dc3bb561f40357192be8cad7bb1 (diff)
downloadalpine-antora-theme-c2a21bf1759bdf7482ee8ddb4a27fa483191e95f.tar.bz2
alpine-antora-theme-c2a21bf1759bdf7482ee8ddb4a27fa483191e95f.tar.xz
add sidebar content styles
Diffstat (limited to 'src')
-rw-r--r--src/css/doc.css23
1 files changed, 13 insertions, 10 deletions
diff --git a/src/css/doc.css b/src/css/doc.css
index facd7e9..08a82b3 100644
--- a/src/css/doc.css
+++ b/src/css/doc.css
@@ -404,16 +404,6 @@
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;
}
@@ -429,6 +419,19 @@
margin-top: 0;
}
+.doc .sidebarblock .title {
+ /* color: #4a4a4a; */
+ color: #191919;
+ font-size: 1.2rem;
+ line-height: 1.3;
+ text-align: center;
+}
+
+.doc .sidebarblock > .content {
+ background-color: #adafa5;
+ padding: 0.75rem 1.6rem;
+}
+
/* NEEDS REVIEW prevent pre in table from causing article to exceed bounds */
.doc .tableblock pre,
.doc .listingblock.wrap pre {