diff options
| author | 2023-10-07 17:48:53 +0800 | |
|---|---|---|
| committer | 2023-10-07 17:48:53 +0800 | |
| commit | 694062d71ed41d0aa9cc9842ae9085afd37dfbe2 (patch) | |
| tree | 74bd58ff5b65af97ab2a7143341f2ac6ac4fe445 /docs | |
| parent | 98e083b124abb860f09568bb9688672af2d5de29 (diff) | |
| download | infini-694062d71ed41d0aa9cc9842ae9085afd37dfbe2.tar.gz infini-694062d71ed41d0aa9cc9842ae9085afd37dfbe2.zip | |
feat(css): change style
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/images/logo.png | bin | 0 -> 235361 bytes | |||
| -rw-r--r-- | docs/stylesheets/extra.css | 6 |
2 files changed, 5 insertions, 1 deletions
diff --git a/docs/images/logo.png b/docs/images/logo.png Binary files differnew file mode 100644 index 00000000..8b5a14c8 --- /dev/null +++ b/docs/images/logo.png diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index bf34cb9a..efe4f0c4 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -14,7 +14,11 @@ } .md-header { - background-color: #30323a; + background-color: #1d2238; +} + +.md-tabs { + background-color: #1d2238; } .md-typeset .twitter { |
