add sidebar content styles
authorSarah White <graphitefriction@gmail.com>
Fri, 16 Feb 2018 21:04:02 +0000 (14:04 -0700)
committerSarah White <graphitefriction@gmail.com>
Fri, 16 Feb 2018 21:04:02 +0000 (14:04 -0700)
src/css/doc.css

index facd7e9..08a82b3 100644 (file)
   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;
 }
   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 {