diff --git a/overrides/assets/css/modules/blog.scss b/overrides/assets/css/modules/blog.scss index 56b3b15..f74f8e9 100644 --- a/overrides/assets/css/modules/blog.scss +++ b/overrides/assets/css/modules/blog.scss @@ -65,6 +65,8 @@ } } + + .md-typeset h2{ margin-top: 0 !important; } @@ -76,3 +78,53 @@ } } } + +.md-typeset .admonition.question, .md-typeset details.question{ + border-color: #fff; +} + + +.md-typeset .admonition.info, .md-typeset details.info { + border-color: #fff !important; +} + +.admonition{ + padding: 1.5rem !important; + font-size: 100% !important; + border-radius: 0 !important; + + .admonition-title{ + background-color: #000 !important; + padding-left: .5rem !important; + &:before{ + display: none !important; + + } + } + +} + +.md-typeset details{ + + border-radius: 0 !important; + font-size: 100% !important; + + summary{ + background-color: #000 !important; + padding-left: 1rem !important; + font-weight: normal !important; + &:before{ + display: none !important; + } + &:after{ + color: #fff !important; + top: .8rem !important; + } + } + +} + +.question{ + + +} \ No newline at end of file