mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-13 20:10:07 +02:00
17 lines
256 B
CSS
17 lines
256 B
CSS
.panel {
|
|
background: var(--theme-colors-background);
|
|
}
|
|
|
|
.control {
|
|
background: var(--theme-colors-background);
|
|
|
|
&:hover {
|
|
background: var(--theme-colors-background);
|
|
}
|
|
}
|
|
|
|
.chevron {
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|