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