update styles for sidebar block
authorDan Allen <dan@opendevise.com>
Wed, 21 Feb 2018 00:52:06 +0000 (17:52 -0700)
committerDan Allen <dan@opendevise.com>
Wed, 21 Feb 2018 00:52:06 +0000 (17:52 -0700)
- 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

src/css/doc.css

index 08a82b3..465861e 100644 (file)
   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 {