Updated the css themes to remove specific stuff from chartDisplay
added $components alias to svelte.config.js
This commit is contained in:
@@ -41,3 +41,8 @@
|
||||
background: #ff00ff;
|
||||
color: #000;
|
||||
}
|
||||
:global(.theme-cyberpunk .chart-display) {
|
||||
background: rgba(0, 255, 255, 0.05);
|
||||
border: 1px solid #00ffff;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user