add border radius to sidebar; tighten space between title and content
authorDan Allen <dan@opendevise.com>
Wed, 17 Jul 2019 06:37:55 +0000 (00:37 -0600)
committerDan Allen <dan@opendevise.com>
Wed, 17 Jul 2019 07:00:52 +0000 (01:00 -0600)
src/css/doc.css

index 00b19b4..9944129 100644 (file)
 
 .doc .sidebarblock {
   background: var(--sidebar-background);
+  border-radius: 0.75rem;
   padding: 0.75rem 1.5rem;
 }
 
 .doc .sidebarblock > .content > .title {
-  color: var(--caption-font-color);
   font-size: 1.2rem;
   font-weight: 500;
   line-height: 1.3;
+  margin-bottom: -0.3em;
   text-align: center;
 }