mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-25 17:53:56 +01:00
8 lines
173 B
CSS
8 lines
173 B
CSS
.component_page_connect{
|
|
background: var(--primary);
|
|
height: 100%;
|
|
padding: 15px 0 0 0;
|
|
}
|
|
.dark-mode .component_page_connect{
|
|
background: var(--bg-color);
|
|
}
|