mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-23 01:21:40 +00:00
add brand color
This commit is contained in:
3
photon-lib/py/docs/stylesheets/extra.css
Normal file
3
photon-lib/py/docs/stylesheets/extra.css
Normal file
@@ -0,0 +1,3 @@
|
||||
:root > * {
|
||||
--md-primary-fg-color: #3498DB;
|
||||
}
|
||||
@@ -3,6 +3,8 @@ theme:
|
||||
name: material
|
||||
favicon: docs/favicon.ico # If you want a favicon
|
||||
logo: logo.svg # Optional logo
|
||||
palette:
|
||||
primary: custom
|
||||
|
||||
plugins:
|
||||
- search
|
||||
@@ -20,3 +22,6 @@ plugins:
|
||||
nav:
|
||||
- Home: index.md
|
||||
- Reference: reference/SUMMARY.md
|
||||
|
||||
extra_css:
|
||||
- stylesheets/extra.css
|
||||
|
||||
Reference in New Issue
Block a user