1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-19 23:31:41 +02:00

Merge pull request #106 from rg9400/patch-5

add disabled link color
This commit is contained in:
GilbN 2020-10-18 16:08:33 +02:00 committed by GitHub
commit b31b753053
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: #666;
}
/* Scrollbar */
@media only screen and (min-width: 768px) {
html {
@ -536,7 +540,7 @@ hr {
}
.progress span {
color: var(--text);
color: var(--text-hover);
}
/* FOOTER */
@ -555,4 +559,4 @@ hr {
.off-canvas-sidebar .nav>li.active>a:after {
border-left: 17px solid var(--accent-color);
}
}
}