mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-25 07:32:19 -05:00
Remove unused css vars
This commit is contained in:
parent
9d7b241427
commit
30dd365136
|
|
@ -18,11 +18,9 @@ html {
|
|||
--border: rgb(217 218 234);
|
||||
--border-style: 1.5px solid var(--border);
|
||||
--button-text: rgb(0 0 0 / 85%);
|
||||
--button-text-transparent: rgb(0 0 0 / 65%);
|
||||
--text: var(--preview-text, rgb(0 0 0 / 95%));
|
||||
--black-text: rgb(0 0 0 / 95%);
|
||||
--text-lighter: var(--preview-text-lighter, rgb(75 75 75 / 95%));
|
||||
--divider: #f5a2c8;
|
||||
--theme-error: rgb(199 13 6);
|
||||
--theme-error-transparent: rgba(199 13 6 / 55%);
|
||||
--theme-error-semi-transparent: rgba(199 13 6 / 70%);
|
||||
|
|
@ -42,7 +40,6 @@ html {
|
|||
--theme-vibrant: #f73e8b;
|
||||
--theme-semi-transparent: #ff99c477;
|
||||
--theme-secondary: var(--preview-theme-secondary, rgb(63 58 255));
|
||||
--theme-secondary-transparent: rgb(63 58 255 / 55%);
|
||||
--input-icon: #6a6a6c;
|
||||
--backdrop-filter: blur(10px) brightness(95%);
|
||||
--rounded: 16px;
|
||||
|
|
@ -120,12 +117,10 @@ html.dark {
|
|||
--abilities-button-bg: var(--bg-lighter);
|
||||
--border: rgb(255 255 255 / 10%);
|
||||
--button-text: rgb(0 0 0 / 85%);
|
||||
--button-text-transparent: rgb(0 0 0 / 65%);
|
||||
--text: var(--preview-text, #e1dede);
|
||||
--badge-text: var(--text);
|
||||
--black-text: rgb(0 0 0 / 95%);
|
||||
--text-lighter: var(--preview-text-lighter, rgb(215 214 255 / 80%));
|
||||
--divider: #ffbedb2f;
|
||||
--theme-error: rgb(219 70 65);
|
||||
--theme-error-transparent: rgba(219 70 65 / 55%);
|
||||
--theme-error-semi-transparent: rgba(199 13 6 / 70%);
|
||||
|
|
@ -144,7 +139,6 @@ html.dark {
|
|||
--theme-semi-transparent: #ff99c477;
|
||||
--theme-transparent: #ffc6de52;
|
||||
--theme-secondary: var(--preview-theme-secondary, rgb(239 229 83));
|
||||
--theme-secondary-transparent: rgb(239 229 83 / 55%);
|
||||
--input-icon: #9898a4;
|
||||
--backdrop-filter: blur(10px) brightness(75%);
|
||||
--inactive-image-filter: grayscale(100%) brightness(130%);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user