mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-06 16:32:31 +01:00
chore (colors): root colors and menubar
This commit is contained in:
parent
d30c3120b6
commit
2d3b0de210
2 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@
|
|||
--super-light: #fafafa;
|
||||
--error: #f26d6d;
|
||||
--success: #63d9b1;
|
||||
--dark: #3b4045;
|
||||
--dark: #24272a;
|
||||
|
||||
--border: rgba(198,200,204,0.3);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ body.dark-mode .component_filedownloader {
|
|||
}
|
||||
|
||||
.component_filedownloader .download_button {
|
||||
background: var(--dark);
|
||||
background: rgba(0, 0, 0, 0.3);
|
||||
border-radius: 3px;
|
||||
display: inline-block;
|
||||
color: rgba(255,255,255,0.6);
|
||||
|
|
|
|||
Loading…
Reference in a new issue