mirror of
https://github.com/shoedler/crossbow.git
synced 2026-07-22 07:40:26 +00:00
Merge pull request #29 from usernotnull/fix-contrast
Fixes contrast issue
This commit is contained in:
commit
005021e4fb
1 changed files with 3 additions and 3 deletions
|
|
@ -4,13 +4,13 @@
|
|||
|
||||
.cb-tree-item-inner-suffix {
|
||||
padding-left: 0.2rem;
|
||||
color: var(--text-faint);
|
||||
color: var(--text-muted);
|
||||
opacity: var(--icon-opacity);
|
||||
}
|
||||
|
||||
.cb-tree-item-inner-subtitle {
|
||||
display: block;
|
||||
color: var(--color-base-40);
|
||||
color: var(--color-base-60);
|
||||
opacity: var(--icon-opacity);
|
||||
font-size: var(--font-smallest);
|
||||
}
|
||||
|
|
@ -42,7 +42,7 @@
|
|||
}
|
||||
|
||||
.cb-view-empty {
|
||||
color: var(--text-faint);
|
||||
color: var(--text-muted);
|
||||
display: table;
|
||||
margin: 1rem auto;
|
||||
font-style: italic;
|
||||
|
|
|
|||
Loading…
Reference in a new issue