diff options
Diffstat (limited to 'src/css/doc.css')
| -rw-r--r-- | src/css/doc.css | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/src/css/doc.css b/src/css/doc.css index facd7e9..08a82b3 100644 --- a/src/css/doc.css +++ b/src/css/doc.css @@ -404,16 +404,6 @@ 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; } @@ -429,6 +419,19 @@ 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 { |
