mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2026-03-13 07:49:55 +08:00
Add dark theme to the docs (#631)
This commit is contained in:
14
mkdocs.yml
14
mkdocs.yml
@@ -4,8 +4,18 @@ site_description: Ready-to-use and customizable users management for FastAPI
|
||||
theme:
|
||||
name: 'material'
|
||||
palette:
|
||||
primary: 'red'
|
||||
accent: 'red'
|
||||
- scheme: default
|
||||
primary: 'red'
|
||||
accent: 'red'
|
||||
toggle:
|
||||
icon: material/lightbulb
|
||||
name: Switch to dark mode
|
||||
- scheme: slate
|
||||
primary: 'red'
|
||||
accent: 'red'
|
||||
toggle:
|
||||
icon: material/lightbulb-outline
|
||||
name: Switch to light mode
|
||||
icon:
|
||||
logo: material/account-supervisor
|
||||
favicon: 'favicon.png'
|
||||
|
||||
Reference in New Issue
Block a user