mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2024-04-21 12:32:08 +00:00
8 lines
148 B
CSS
8 lines
148 B
CSS
.component_page_connect{
|
|
background: var(--primary);
|
|
height: 100%;
|
|
}
|
|
.dark-mode .component_page_connect{
|
|
background: var(--bg-color);
|
|
}
|