This commit is contained in:
Ross
2021-08-11 19:27:15 +01:00
parent 2976c08b7c
commit b007b42953
4 changed files with 25 additions and 3 deletions
+6
View File
@@ -517,4 +517,10 @@ td.user-answer-score-2::after {
border: 1px solid purple;
color: purple;
opacity: 100%;
}
textarea, input {
border-radius: 2px;
background-color: #343a40;
color: lightgray;
}