diff options
Diffstat (limited to 'src/components/MemoryChart.module.scss')
| -rw-r--r-- | src/components/MemoryChart.module.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/MemoryChart.module.scss b/src/components/MemoryChart.module.scss new file mode 100644 index 0000000..b31c095 --- /dev/null +++ b/src/components/MemoryChart.module.scss @@ -0,0 +1,4 @@ +.TrafficChart { + color: var(--color-text); + background-color: var(--color-bg-chart); +} |
