mirror of
https://github.com/TRaSH-Guides/Guides.git
synced 2026-05-07 09:00:22 -05:00
847635e4c9
Updated: Color Layout
6 lines
130 B
CSS
6 lines
130 B
CSS
:root > * {
|
|
/* Footer */
|
|
--md-footer-bg-color: hsla(232, 54%, 41%, 1);
|
|
--md-footer-bg-color--dark: hsla(0, 0%, 0%, 0.32);
|
|
}
|