Skip to content

Commit ba36efe

Browse files
committed
Update theme and fix publish action
1 parent f91cee2 commit ba36efe

File tree

6 files changed

+15
-33
lines changed

6 files changed

+15
-33
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
python-version: ${{ matrix.python-version }}
3434
- run: pip install zensical
35-
- run: zensical -f zensical.yml build --clean
35+
- run: python3 -m zensical.main build -f zensical.yml --clean
3636
- uses: actions/upload-pages-artifact@v4
3737
with:
3838
path: site

docs/src/scss/extensions/_tabbed.scss

Lines changed: 10 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,18 @@
11
@use "../utilities/break";
22
@use "../utilities/convert";
33

4-
.md-typeset .tabbed-control {
5-
background: none;
6-
7-
button {
8-
color: var(--md-default-fg-color--light);
9-
background-color: var(--md-default-bg-color--light);
10-
box-shadow: var(--md-shadow-z2);
11-
backdrop-filter: blur(convert.px2rem(8px));
12-
13-
&:hover {
14-
color: var(--md-default-bg-color);
15-
background: var(--md-primary-fg-color);
16-
}
17-
}
4+
.md-typeset .tabbed-control button{
5+
&:hover {
6+
color: var(--md-default-bg-color);
7+
background: var(--md-primary-fg-color);
8+
}
189
}
1910

20-
.md-typeset .tabbed-control--next {
21-
background: none;
22-
23-
button {
24-
color: var(--md-default-fg-color--light);
25-
background-color: var(--md-default-bg-color--light);
26-
box-shadow: var(--md-shadow-z2);
27-
backdrop-filter: blur(convert.px2rem(8px));
28-
29-
&:hover {
30-
color: var(--md-default-bg-color);
31-
background: var(--md-primary-fg-color);
32-
}
33-
}
11+
.md-typeset .tabbed-control--next button {
12+
&:hover {
13+
color: var(--md-default-bg-color);
14+
background: var(--md-primary-fg-color);
15+
}
3416
}
3517

3618
.js .md-typeset .tabbed-labels::before {

docs/theme/assets/pymdownx-extras/extra-2a1405f331.css.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/theme/assets/pymdownx-extras/extra-2a1405f331.css renamed to docs/theme/assets/pymdownx-extras/extra-7b8e8e17e4.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/theme/assets/pymdownx-extras/extra-7b8e8e17e4.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

zensical.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ extra:
262262

263263
extra_css:
264264
# - https://cdn.jsdelivr.net/npm/katex@0.16.25/dist/katex.min.css
265-
- assets/pymdownx-extras/extra-2a1405f331.css
265+
- assets/pymdownx-extras/extra-7b8e8e17e4.css
266266
extra_javascript:
267267
- assets/pymdownx-extras/extra-loader-Ccztcqfq.js
268268
- https://cdn.jsdelivr.net/npm/mermaid@11.12.1/dist/mermaid.min.js

0 commit comments

Comments
 (0)