Updated the css themes to remove specific stuff from chartDisplay

added $components alias to svelte.config.js
This commit is contained in:
2025-12-08 23:36:32 -06:00
parent a1349f9cd1
commit 06c157d4af
13 changed files with 100 additions and 121 deletions

View File

@@ -42,3 +42,9 @@
:global(.theme-nightmare button:hover) {
background: #8b0000;
}
:global(.theme-nightmare .chart-display) {
background: #000000;
border: 2px solid #8b0000;
}