This commit is contained in:
Mirco Wittrien 2020-10-07 13:20:59 +02:00
parent 0f34080202
commit ae80c8ec23
2 changed files with 5 additions and 3 deletions

View File

@ -18,10 +18,12 @@
--blurple: rgb(var(--vaccentcolor));
}
.theme-dark, .theme-light {
--logo-primary: rgb(var(--vaccentcolor));
--text-link: rgb(var(--vlinkcolor));
--focus-primary: rgb(var(--vlinkcolor));
}
.theme-light {
--logo-primary: rgb(var(--vaccentcolor));
}
/* ~~~~ 0. TABLE OF CONTENTS ~~~~ */

View File

@ -5,6 +5,6 @@
/* all colors are in RGB format (red, green, blue) use: https://www.google.com/search?q=colorpicker */
:root {
--accentcolor: 163,47,194; /* blurple - default: 114,137,218 */
--linkcolor: 190,60,220; /* link - default: 0,176,244 */
--accentcolor: 163,47,194; /* blurple - default: 114,137,218 */
--linkcolor: 190,60,220; /* link - default: 0,176,244 */
}