mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-05 22:48:48 +00:00
Override bg color on light vs dark mode storybook (#884)
This commit is contained in:
parent
ba7b0b7019
commit
c1d2a05e4c
1 changed files with 10 additions and 0 deletions
|
|
@ -12,4 +12,14 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #ffffff !important;
|
||||
}
|
||||
|
||||
html.dark {
|
||||
body {
|
||||
background-color: #222222 !important;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue