Skip to content

Commit 45b08b4

Browse files
change Primary Colour theme
1 parent f1daed0 commit 45b08b4

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/stylesheets/extra.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
--md-typeset-a-color: #e26125;
33
}
44

5+
:root {}
6+
.md-header__button.md-logo img, .md-header__button.md-logo svg {
7+
height: 4rem;
8+
margin: -1.1rem;
9+
}
10+
11+
512
:root {
613

714
/* Default color shades */
@@ -17,7 +24,7 @@
1724
*/
1825

1926
/* Primary color shades */
20-
--md-primary-fg-color: #DA6F39;
27+
--md-primary-fg-color: #0c267a;
2128
--md-primary-fg-color--light: rgb(35,171,227);
2229
--md-primary-fg-color--dark: rgb(11,33,57);
2330
/*

0 commit comments

Comments
 (0)