Merge branch 'master' of https://github.com/gilbN/theme.park into master

This commit is contained in:
Marius 2020-10-18 18:01:21 +02:00
commit f28120f11c
2 changed files with 7 additions and 3 deletions

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);
}
}
}

View File

@ -604,4 +604,4 @@ ul.jqueryFileTree a:hover {
::-webkit-input-placeholder {
color: var(--text) !important;
opacity: .5;
}
}