mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2025-11-03 13:11:46 +08:00
8 lines
158 B
SCSS
8 lines
158 B
SCSS
.component_page_connect{
|
|
background: var(--primary);
|
|
height: 100%;
|
|
}
|
|
.dark-mode .component_page_connect{
|
|
background: var(--dark-mode-bg-color);
|
|
}
|