mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-25 17:22:50 +00:00
Change primary color variable in custom.css
Updated the primary color variable for Infima.
This commit is contained in:
parent
d4a66aa2ed
commit
0714b47e83
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
/* You can override the default Infima variables here. */
|
||||
:root {
|
||||
--ifm-color-primary: #2e8555;
|
||||
--ifm-color-primary: #29784c;
|
||||
--ifm-color-primary-dark: #29784c;
|
||||
--ifm-color-primary-darker: #277148;
|
||||
--ifm-color-primary-darkest: #205d3b;
|
||||
|
|
|
|||
Loading…
Reference in New Issue