mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-20 16:27:45 +01:00
Override bg color on light vs dark mode storybook (#884)
This commit is contained in:
parent
ba7b0b7019
commit
c1d2a05e4c
@ -12,4 +12,14 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #ffffff !important;
|
||||
}
|
||||
|
||||
html.dark {
|
||||
body {
|
||||
background-color: #222222 !important;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user