diff options
| author | Yong He <yonghe@outlook.com> | 2021-04-29 14:20:20 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-29 14:20:20 -0700 |
| commit | 23d0c8910dfeab0bfa6fd8fa6c2450452bc25d3c (patch) | |
| tree | d5ef50892149c73d398acc47aff303aad164470f /docs/assets/css/style.scss | |
| parent | 2482271fffbe85efc1bd7efcf74a76f6ed436012 (diff) | |
Add gfx user's guide. (#1824)
* Add gfx user's guide.
* Add getting started chapter in gfx-guide
* Fixes
* Fix
* Polishing doc template
Diffstat (limited to 'docs/assets/css/style.scss')
| -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 |
