diff --git a/styles/holodex/catppuccin.user.css b/styles/holodex/catppuccin.user.css index 7901f4b6c3..370db1d6e3 100644 --- a/styles/holodex/catppuccin.user.css +++ b/styles/holodex/catppuccin.user.css @@ -51,7 +51,7 @@ @mantle: @catppuccin[@@lookup][@mantle]; @crust: @catppuccin[@@lookup][@crust]; @accent-color: @catppuccin[@@lookup][@@accent]; - + --v-anchor-base: @accent-color; --v-primary-base: @accent-color; --v-primary-lighten1: lighten(@accent-color, 4%); @@ -63,7 +63,7 @@ --v-primary-darken2: darken(@accent-color, 31%); --v-primary-darken3: darken(@accent-color, 35%); --v-primary-darken4: darken(@accent-color, 43%); - + --v-accent-base: @accent-color; --v-accent-lighten1: lighten(@accent-color, 4%); --v-accent-lighten2: lighten(@accent-color, 8%); @@ -140,8 +140,7 @@ --v-background-darken2: darken(@base, 31%); --v-background-darken3: darken(@base, 35%); --v-background-darken4: darken(@base, 43%); - - + div.v-application { background: @base !important; color: @text; @@ -167,7 +166,7 @@ button.v-btn.v-btn--has-bg { background-color: @surface0 !important; } - + .v-list, .v-list-item, .v-card, @@ -179,20 +178,20 @@ fill: @text; } } - + .v-chip { background: @blue; } - + .primary--text, .name-vtuber { color: @accent-color !important; } - + .text-live { color: @red; } - + .stream-count-chip { color: @crust !important; }