mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-02 02:43:33 +00:00
13 lines
183 B
CSS
13 lines
183 B
CSS
|
|
.panel {
|
||
|
|
background: var(--theme-colors-background);
|
||
|
|
}
|
||
|
|
|
||
|
|
.control {
|
||
|
|
background: var(--theme-colors-background);
|
||
|
|
}
|
||
|
|
|
||
|
|
.chevron {
|
||
|
|
display: flex;
|
||
|
|
justify-content: center;
|
||
|
|
}
|