add brand color

This commit is contained in:
samfreund
2025-04-13 08:09:17 -05:00
parent 358f5747ab
commit eb85834180
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
:root > * {
--md-primary-fg-color: #3498DB;
}

View File

@@ -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