Updated the css themes to remove specific stuff from chartDisplay
added $components alias to svelte.config.js
This commit is contained in:
@@ -42,3 +42,9 @@
|
||||
:global(.theme-nightmare button:hover) {
|
||||
background: #8b0000;
|
||||
}
|
||||
|
||||
:global(.theme-nightmare .chart-display) {
|
||||
background: #000000;
|
||||
border: 2px solid #8b0000;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user