summaryrefslogtreecommitdiffstats
path: root/src/css/doc.css
diff options
context:
space:
mode:
authorDan Allen <dan@opendevise.com>2018-02-20 17:52:06 -0700
committerDan Allen <dan@opendevise.com>2018-02-20 17:52:06 -0700
commite0b28e1d88dc631dab0f2846facb45a859bf8f65 (patch)
tree2b9db065561c6843adb7996bbc246598d235a82f /src/css/doc.css
parentba61f99e29da9e47e6d9c76ac2f7a7494541720a (diff)
downloadalpine-antora-theme-e0b28e1d88dc631dab0f2846facb45a859bf8f65.tar.bz2
alpine-antora-theme-e0b28e1d88dc631dab0f2846facb45a859bf8f65.tar.xz
update styles for sidebar block
- move background and padding to container div - only apply title styles to title for sidebar - change background to something more neutral - apply semi-bold weight to sidebar title
Diffstat (limited to 'src/css/doc.css')
-rw-r--r--src/css/doc.css14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/css/doc.css b/src/css/doc.css
index 08a82b3..465861e 100644
--- a/src/css/doc.css
+++ b/src/css/doc.css
@@ -419,19 +419,19 @@
margin-top: 0;
}
-.doc .sidebarblock .title {
- /* color: #4a4a4a; */
+.doc .sidebarblock {
+ background-color: #e1e1e1;
+ padding: 0.75rem 1.5rem;
+}
+
+.doc .sidebarblock > .content > .title {
color: #191919;
font-size: 1.2rem;
+ font-weight: 500;
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 {