Browse Source
muted color for disabled link, change progress text color
pull/106/head
rg9400
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
CSS/themes/duplicacy/duplicacy-base.css
|
|
@ -24,7 +24,7 @@ a:hover { |
|
|
|
} |
|
|
|
|
|
|
|
a.disabled-link { |
|
|
|
color: var(--text); |
|
|
|
color: #666; |
|
|
|
} |
|
|
|
|
|
|
|
/* Scrollbar */ |
|
|
@ -535,7 +535,7 @@ hr { |
|
|
|
} |
|
|
|
|
|
|
|
.progress span { |
|
|
|
color: var(--text); |
|
|
|
color: var(--text-hover); |
|
|
|
} |
|
|
|
|
|
|
|
/* FOOTER */ |
|
|
|