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 */