Skip to content

Commit fe4dd0f

Browse files
committed
Fixed banner per Cedric's suggestion.
Yay thank you Cedric! Signed-off-by: JJ Asghar <awesome@ibm.com>
1 parent 86a0124 commit fe4dd0f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/stylesheets/extra.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
:root {
2+
--md-primary-fg-color: #3B3FB6;
3+
--md-primary-fg-color--light: #3B3FB6;
4+
--md-primary-fg-color--dark: #3B3FB6;
5+
}

mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ theme:
3131
logo: images/ilab_dog.png
3232
palette:
3333
scheme: default
34-
primary: purple
34+
primary:
35+
primary: custom
3536
accent: purple
3637

3738
# Plugins

0 commit comments

Comments
 (0)