fix a few things

This commit is contained in:
Ross
2023-06-12 16:16:45 +01:00
parent d1ba8c87dc
commit 5fbd4cd35e
6 changed files with 57 additions and 72 deletions
+15 -2
View File
@@ -571,12 +571,21 @@ td.user-answer-score-2.rapid-ans::after {
font-size: small;
}
.series-block a {
text-decoration: none;
color: unset;
}
.series-block-image-number-count {
text-decoration: underline;
}
.series-block-popup-link {
font-size: small;
color: darkblue
font-size: smaller;
}
.series-block-popup-link a {
color: rgb(0, 153, 255);
opacity: 50%;
}
.series-block img {
@@ -820,6 +829,10 @@ input {
border-radius: 0px;
}
.select2-results__option {
background-color: #05668d;
}
.select2-search__field {
background-color: #05668d;
color: darkblue;