mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-06 08:22:24 +01:00
chore (css): update css colors
This commit is contained in:
parent
b629daba62
commit
0f7c4eb2b9
2 changed files with 3 additions and 2 deletions
|
|
@ -14,12 +14,12 @@
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--bg-color: #f9f9fa;
|
--bg-color: #f9f9fa;
|
||||||
--color: #57595A;
|
--color: #4e5051;
|
||||||
--emphasis: #466372;
|
--emphasis: #466372;
|
||||||
--primary: #9AD1ED;
|
--primary: #9AD1ED;
|
||||||
--emphasis-primary: #c5e2f1;
|
--emphasis-primary: #c5e2f1;
|
||||||
--emphasis-secondary: #466372;
|
--emphasis-secondary: #466372;
|
||||||
--light: #878890;
|
--light: #757678;
|
||||||
--super-light: #fafafa;
|
--super-light: #fafafa;
|
||||||
--error: #f26d6d;
|
--error: #f26d6d;
|
||||||
--success: #63d9b1;
|
--success: #63d9b1;
|
||||||
|
|
|
||||||
|
|
@ -197,6 +197,7 @@
|
||||||
.list > .component_thing.view-grid .info_extension span {
|
.list > .component_thing.view-grid .info_extension span {
|
||||||
background: var(--color);
|
background: var(--color);
|
||||||
color: var(--bg-color);
|
color: var(--bg-color);
|
||||||
|
font-weight: bold;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
padding: 2px 10px;
|
padding: 2px 10px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue