This commit is contained in:
Ross
2021-08-11 19:35:20 +01:00
parent d3c5b5b80d
commit cbb604328e
2 changed files with 8 additions and 1 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;
}