diff options
Diffstat (limited to 'docs/assets/css')
| -rw-r--r-- | docs/assets/css/style.scss | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/docs/assets/css/style.scss b/docs/assets/css/style.scss index df8ca8272..79064ce31 100644 --- a/docs/assets/css/style.scss +++ b/docs/assets/css/style.scss @@ -2,7 +2,23 @@ --- @import "{{ site.theme }}"; +blockquote { + background-color: #f2f2f2; + padding-top: 10px; + padding-bottom: 5px; +} blockquote p { font-size: 16px; - font-weight: 600; + font-weight: 400; + margin-bottom: 5px; + color: #202020; +} +body { + color: initial; + text-shadow: none; + background: none; } +#container +{ + background:none; +}
\ No newline at end of file |
