fix dark reader plugin not working on map results

This commit is contained in:
partisan 2024-10-06 18:11:58 +02:00
parent 2425392767
commit f95636799d
4 changed files with 164 additions and 156 deletions

View file

@ -2017,7 +2017,7 @@ body, h1, p, a, input, button {
position: relative;
max-width: 80%;
max-height: 80%;
background: #fff;
background: var(--search-bg);
padding: 20px;
box-sizing: border-box;
overflow: hidden;
@ -2035,12 +2035,12 @@ body, h1, p, a, input, button {
#viewer-title {
font-size: 18px;
color: #000;
color: var(--text-color);
margin-bottom: 10px;
}
#viewer-source-button {
color: #1a0dab;
color: var(--link);
text-decoration: none;
font-size: 16px;
}
@ -2070,4 +2070,4 @@ body, h1, p, a, input, button {
right: 10px;
top: 50%;
transform: translateY(-50%);
}
}