Skip to content

Commit 89b43dc

Browse files
committed
docs(mkdocs): set accent color to shades of orange
1 parent c84091a commit 89b43dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mkdocs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
site_name: BalatroBot
22
site_description: API for developing Balatro bots
3-
site_author: 'S1M0N38'
4-
repo_name: 'coder/balatrobot'
3+
site_author: "S1M0N38"
4+
repo_name: "coder/balatrobot"
55
repo_url: https://github.com/coder/balatrobot
66
site_url: https://coder.github.io/balatrobot/
77
docs_dir: docs/
@@ -17,14 +17,14 @@ theme:
1717
palette:
1818
# Palette toggle for light mode
1919
- scheme: default
20-
accent: black
20+
accent: orange
2121
primary: red
2222
toggle:
2323
icon: material/brightness-7
2424
name: Switch to dark mode
2525
# Palette toggle for dark mode
2626
- scheme: slate
27-
accent: white
27+
accent: deep orange
2828
primary: red
2929
toggle:
3030
icon: material/brightness-4

0 commit comments

Comments
 (0)