.
This commit is contained in:
+11
-1
@@ -208,7 +208,8 @@ button a {
|
||||
|
||||
#full-question-list li::before{
|
||||
counter-increment: question-list;
|
||||
content: counter(question-list) ": ";
|
||||
content: counter(question-list) " ";
|
||||
padding-right: 0.5em;
|
||||
}
|
||||
|
||||
#full-question-list img{
|
||||
@@ -362,6 +363,15 @@ img.uploading {
|
||||
color: lightblue;
|
||||
}
|
||||
|
||||
.user-answer-score-1 {
|
||||
color: lightblue;
|
||||
}
|
||||
|
||||
.user-answer-score-0\.5 {
|
||||
/* color: green; */
|
||||
color: yellow;
|
||||
}
|
||||
|
||||
.physics-ans .user-answer-score-1 {
|
||||
color: lightblue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user