mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-10 02:16:06 +01:00
7 lines
158 B
SCSS
7 lines
158 B
SCSS
.component_page_connect{
|
|
background: var(--primary);
|
|
height: 100%;
|
|
}
|
|
.dark-mode .component_page_connect{
|
|
background: var(--dark-mode-bg-color);
|
|
}
|