Skip to content

Commit db69998

Browse files
committed
Switch to new theme
1 parent c61dc0a commit db69998

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/stylesheets/custom.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
--md-nav-padding: 0.05rem;
55
--md-an-pink-color: #FF4E9F;
66
--md-an-pink-color-light: #f8eaf0;
7-
--md-an-highlight-color: var(--md-an-pink-color);
8-
--md-an-highlight-color-light: var(--md-an-pink-color-light);
7+
--md-an-highlight-color: var(--md-an-blue-color); /* Theme switch */
8+
--md-an-highlight-color-light: var(--md-an-blue-color-light); /* Theme switch */
99
--md-an-blue-color: #3169b3;
1010
--md-an-blue-color-light: rgba(49, 105, 179, 0.25);
1111
--md-an-green-color: #0f8584;

mkdocs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ copyright: Copyright © 2025 Arcana Network
2020
theme:
2121
name: material
2222
language: en
23-
#logo: img/arcana-logo-bw.png
24-
logo: img/arcana-logo-pink.png
23+
logo: img/arcana-logo-bw.png # Theme switch
24+
#logo: img/arcana-logo-pink.png
2525
icon:
2626
repo: fontawesome/brands/git-alt
2727
edit: material/pencil
2828
view: material/eye
2929
admonition:
3030
note: fontawesome/solid/note-sticky
31-
#favicon: /img/favicon-bw.webp
32-
favicon: /img/favicon-pink.webp
31+
favicon: /img/favicon-bw.webp # Theme switch
32+
# favicon: /img/favicon-pink.webp
3333
custom_dir: docs/overrides
3434
features:
3535
#- announce.dismiss

0 commit comments

Comments
 (0)