Take accent color as user input

This commit is contained in:
Yash Mehrotra
2021-08-04 23:58:32 +05:30
parent bc2fc2385b
commit 3a2495be11
2 changed files with 7 additions and 6 deletions

View File

@@ -1,7 +1,6 @@
:root {
--accent-color: #ff4d4d;
--content-width: 810px;
/* light theme colors */
--light-bg-color: white;
--light-text-color: black;
--light-header-bg-color: white;
@@ -26,6 +25,7 @@ a {
color: inherit;
}
/* This is set in partials/head.html and is populated via config */
a:hover {
color: var(--accent-color);
}
@@ -171,10 +171,6 @@ a:hover .feather-sun {
padding: 1px 0;
}
.footer span a {
color: inherit;
}
/** COMMON **/
.flex-break {