We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04ba8db commit fbe42b0Copy full SHA for fbe42b0
3 files changed
docs/overrides/partials/header.html
docs/stylesheets/extra.css
@@ -53,17 +53,3 @@
53
.md-social {
54
display: none;
55
}
56
-
57
-/* Sponsor heart button in header */
58
-.md-source__sponsor {
59
- display: inline-flex;
60
- align-items: center;
61
- margin-right: 0.6rem;
62
- vertical-align: middle;
63
- opacity: 0.8;
64
- transition: opacity 0.2s;
65
-}
66
67
-.md-source__sponsor:hover {
68
- opacity: 1;
69
mkdocs.yml
@@ -7,7 +7,6 @@ edit_uri: edit/main/docs/
7
8
theme:
9
name: material
10
- custom_dir: docs/overrides
11
palette:
12
- media: "(prefers-color-scheme: light)"
13
scheme: default
@@ -97,5 +96,3 @@ extra:
97
96
social:
98
- icon: fontawesome/brands/github
99
link: https://github.com/kdroidFilter/Nucleus
100
- - icon: simple/kofi
101
- link: https://ko-fi.com/lomityaesh
0 commit comments