Change primary color variable in custom.css

Updated the primary color variable for Infima.
This commit is contained in:
tejaswinimagada-art 2025-12-16 16:55:17 +11:00 committed by GitHub
parent d4a66aa2ed
commit 0714b47e83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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