summaryrefslogtreecommitdiffstats
path: root/src/css/doc.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/css/doc.css')
-rw-r--r--src/css/doc.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/css/doc.css b/src/css/doc.css
index 350bf4e..465861e 100644
--- a/src/css/doc.css
+++ b/src/css/doc.css
@@ -419,6 +419,19 @@
margin-top: 0;
}
+.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;
+}
+
/* NEEDS REVIEW prevent pre in table from causing article to exceed bounds */
.doc .tableblock pre,
.doc .listingblock.wrap pre {