aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-10-07 17:48:53 +0800
committer简律纯 <i@jyunko.cn>2023-10-07 17:48:53 +0800
commit694062d71ed41d0aa9cc9842ae9085afd37dfbe2 (patch)
tree74bd58ff5b65af97ab2a7143341f2ac6ac4fe445 /docs
parent98e083b124abb860f09568bb9688672af2d5de29 (diff)
downloadinfini-694062d71ed41d0aa9cc9842ae9085afd37dfbe2.tar.gz
infini-694062d71ed41d0aa9cc9842ae9085afd37dfbe2.zip
feat(css): change style
Diffstat (limited to 'docs')
-rw-r--r--docs/images/logo.pngbin0 -> 235361 bytes
-rw-r--r--docs/stylesheets/extra.css6
2 files changed, 5 insertions, 1 deletions
diff --git a/docs/images/logo.png b/docs/images/logo.png
new file mode 100644
index 00000000..8b5a14c8
--- /dev/null
+++ b/docs/images/logo.png
Binary files differ
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 {