add disabled link color

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

View File

@ -23,6 +23,10 @@ a:hover {
color: #fff;
}
a.disabled-link {
color: var(--text);
}
/* Scrollbar */
@media only screen and (min-width: 768px) {
html {