Feat: Decks page.

This commit is contained in:
2026-02-16 19:30:31 +00:00
parent 1cd9b7c976
commit 5661632540
75 changed files with 11850 additions and 536 deletions

View File

@@ -1,4 +1,4 @@
/*
:root {
--background-color: #121212;
--text-color: #e0e0e0;
@@ -43,5 +43,5 @@
--card-bg: #1f1f1f;
--card-border: #333333;
--card-shadow: 0 0.125rem 0.25rem rgba(255, 255, 255, 0.05);
*/
}
*/

View File

@@ -15,7 +15,7 @@
border-radius: 2vh;
}
.theme-switch:hover {
background-color: var(--colour-primary);
background-color: var(--primary-color);
}
.theme-switch img.theme-icon,
.theme-switch svg.theme-icon {
@@ -40,7 +40,7 @@ svg.theme-icon.light-mode-icon .background {
fill: var(--colour-secondary);
}
.theme-switch:hover svg.theme-icon.light-mode-icon .background {
fill: var(--colour-primary);
fill: var(--primary-color);
}
svg.theme-icon.light-mode-icon .sun {
fill: var(--colour-text);

View File

@@ -6,10 +6,10 @@
--colour-error-accent: #fc8181;
--colour-error-highlight: #fff5f5;
--colour-error-title: #c53030;
--colour-page-background: #E0AAFF;
--colour-page-background-1: #F5ECFE;
--colour-page-background-2: #FAE0E2;
--colour-primary: #240046;
--background-color: #E0AAFF;
--background-color-1: #F5ECFE;
--background-color-2: #FAE0E2;
--primary-color: #240046;
--colour-secondary: #3C096C;
--colour-success: #38a169;
--colour-success-highlight: #f0fff4;