We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c84091a commit 89b43dcCopy full SHA for 89b43dc
mkdocs.yml
@@ -1,7 +1,7 @@
1
site_name: BalatroBot
2
site_description: API for developing Balatro bots
3
-site_author: 'S1M0N38'
4
-repo_name: 'coder/balatrobot'
+site_author: "S1M0N38"
+repo_name: "coder/balatrobot"
5
repo_url: https://github.com/coder/balatrobot
6
site_url: https://coder.github.io/balatrobot/
7
docs_dir: docs/
@@ -17,14 +17,14 @@ theme:
17
palette:
18
# Palette toggle for light mode
19
- scheme: default
20
- accent: black
+ accent: orange
21
primary: red
22
toggle:
23
icon: material/brightness-7
24
name: Switch to dark mode
25
# Palette toggle for dark mode
26
- scheme: slate
27
- accent: white
+ accent: deep orange
28
29
30
icon: material/brightness-4
0 commit comments