Merge commit '717fde3a34' into development-chromium

This commit is contained in:
buzz-lightsnack-2007 2024-05-25 11:54:23 +08:00
commit 89973b762a
2 changed files with 11 additions and 7 deletions

View file

@ -22,3 +22,7 @@ nav#header {
nav .input-field input[type="search"], textarea {
color: var(--font-color-main) !important;
}
nav .brand-logo {
color: var(--font-color-main) !important;
}

View file

@ -6,8 +6,8 @@ article[data-result-linked="filters"] > h2 {
display: none;
}
a[data-result-linked="filters"] > * {
display: none;
nav a[data-result-linked="filters"] {
display: none !important;
}
@media only screen and (max-width: 992px) {
@ -16,7 +16,7 @@ a[data-result-linked="filters"] > * {
@media only screen and (min-width: 992px) {
a[data-result-linked="filters"] > * {
display: block;
nav a[data-result-linked="filters"] {
display: block !important;
}
}