chore (css): update css colors

This commit is contained in:
MickaelK 2025-05-22 18:37:34 +10:00
parent b629daba62
commit 0f7c4eb2b9
2 changed files with 3 additions and 2 deletions

View file

@ -14,12 +14,12 @@
:root {
--bg-color: #f9f9fa;
--color: #57595A;
--color: #4e5051;
--emphasis: #466372;
--primary: #9AD1ED;
--emphasis-primary: #c5e2f1;
--emphasis-secondary: #466372;
--light: #878890;
--light: #757678;
--super-light: #fafafa;
--error: #f26d6d;
--success: #63d9b1;

View file

@ -197,6 +197,7 @@
.list > .component_thing.view-grid .info_extension span {
background: var(--color);
color: var(--bg-color);
font-weight: bold;
border-radius: 4px;
padding: 2px 10px;
display: inline-block;