This commit is contained in:
Ross
2021-08-17 19:32:41 +01:00
parent ab4ba3c087
commit e76ed0209e
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -204,6 +204,9 @@ button a {
#full-question-list li{
padding-bottom: 20px;
}
#full-question-list li::before{
counter-increment: question-list;
content: counter(question-list) ": ";
}