aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_build/html/_static/debug.css
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2025-07-21 00:46:30 +0800
committerGitHub <noreply@github.com>2025-07-21 00:46:30 +0800
commit9a3d2d5e7d2de26546188cb63bbf9896fe46392e (patch)
treed590ebdf8f901f57c18cb85adadebf1237ccd8e2 /_build/html/_static/debug.css
parentfb0340695628d5244bdfffd748000e5c71ec169b (diff)
downloadwiki-9a3d2d5e7d2de26546188cb63bbf9896fe46392e.tar.gz
wiki-9a3d2d5e7d2de26546188cb63bbf9896fe46392e.zip
chore: Delete _build directory
Diffstat (limited to '_build/html/_static/debug.css')
-rw-r--r--_build/html/_static/debug.css69
1 files changed, 0 insertions, 69 deletions
diff --git a/_build/html/_static/debug.css b/_build/html/_static/debug.css
deleted file mode 100644
index 74d4aec..0000000
--- a/_build/html/_static/debug.css
+++ /dev/null
@@ -1,69 +0,0 @@
-/*
- This CSS file should be overridden by the theme authors. It's
- meant for debugging and developing the skeleton that this theme provides.
-*/
-body {
- font-family: -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif,
- "Apple Color Emoji", "Segoe UI Emoji";
- background: lavender;
-}
-.sb-announcement {
- background: rgb(131, 131, 131);
-}
-.sb-announcement__inner {
- background: black;
- color: white;
-}
-.sb-header {
- background: lightskyblue;
-}
-.sb-header__inner {
- background: royalblue;
- color: white;
-}
-.sb-header-secondary {
- background: lightcyan;
-}
-.sb-header-secondary__inner {
- background: cornflowerblue;
- color: white;
-}
-.sb-sidebar-primary {
- background: lightgreen;
-}
-.sb-main {
- background: blanchedalmond;
-}
-.sb-main__inner {
- background: antiquewhite;
-}
-.sb-header-article {
- background: lightsteelblue;
-}
-.sb-article-container {
- background: snow;
-}
-.sb-article-main {
- background: white;
-}
-.sb-footer-article {
- background: lightpink;
-}
-.sb-sidebar-secondary {
- background: lightgoldenrodyellow;
-}
-.sb-footer-content {
- background: plum;
-}
-.sb-footer-content__inner {
- background: palevioletred;
-}
-.sb-footer {
- background: pink;
-}
-.sb-footer__inner {
- background: salmon;
-}
-.sb-article {
- background: white;
-}