themes
This commit is contained in:
parent
0f34080202
commit
ae80c8ec23
|
@ -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 ~~~~ */
|
||||
|
|
|
@ -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 */
|
||||
}
|
Loading…
Reference in New Issue