chore (colors): root colors and menubar

This commit is contained in:
MickaelK 2025-01-13 16:29:53 +11:00
parent d30c3120b6
commit 2d3b0de210
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@
--super-light: #fafafa;
--error: #f26d6d;
--success: #63d9b1;
--dark: #3b4045;
--dark: #24272a;
--border: rgba(198,200,204,0.3);
}

View file

@ -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);