Skip to content

Commit

Permalink
重置文档
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxinwei committed Dec 29, 2024
1 parent 456b5b2 commit 58c9ec9
Show file tree
Hide file tree
Showing 867 changed files with 240 additions and 342 deletions.
17 changes: 9 additions & 8 deletions doc/_static/custom.css → doc/_static/css/custom.css
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
/* Background of stsable should be green */
#version_switcher a[data-version-name*="stable"] {
background-color: #c9fac9;
background-color: #e2ffe2;
}

/* Color of explicit versions should be orange */
#version_switcher a:not([data-version-name*="stable"]):not([data-version-name="dev"]) {
background-color: #6ae2be;
color: rgb(201, 197, 197);
#version_switcher
a:not([data-version-name*="stable"]):not([data-version-name="dev"]) {
background-color: #d9dadc;
color: rgb(243, 234, 234);
}

/* If we're on a dev version, make the switcher button orange */
#version_switcher_button[data-active-version-name*="dev"] {
background-color: rgb(255 138 62);
}

blockquote.epigraph {
background-color: rgb(149, 146, 143);
.bd-sidebar-primary, .bd-sidebar-secondary {
background-color: #e4e7eb;
}

.dfn {
background-color: rgb(205, 214, 71);
.sphinx-contributors img {
border-radius: 50%;
}
5 changes: 5 additions & 0 deletions doc/_static/css/tippy.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.tippy-box {
background-color:var(--pst-color-surface);
color:var(--pst-color-text-base);
border: 1px solid var(--pst-color-border);
}
Loading

0 comments on commit 58c9ec9

Please sign in to comment.