1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-11-09 20:52:34 +01:00

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 {
@ -550,4 +554,4 @@ hr {
.off-canvas-sidebar .nav>li.active>a:after {
border-left: 17px solid var(--accent-color);
}
}
}