mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 12:30:12 +02:00
7 lines
189 B
CSS
7 lines
189 B
CSS
.container {
|
|
position: relative;
|
|
grid-area: sidebar;
|
|
background: var(--theme-colors-background-alternate);
|
|
border-right: 1px solid alpha(var(--theme-colors-border), 0.3);
|
|
}
|