muted color for disabled link, change progress text color

This commit is contained in:
rg9400 2020-10-17 10:11:56 -05:00 committed by GitHub
parent 353e64d4e9
commit 25db0acb95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ a:hover {
} }
a.disabled-link { a.disabled-link {
color: var(--text); color: #666;
} }
/* Scrollbar */ /* Scrollbar */
@ -535,7 +535,7 @@ hr {
} }
.progress span { .progress span {
color: var(--text); color: var(--text-hover);
} }
/* FOOTER */ /* FOOTER */