Ver código fonte

add evaluate

visuddhinanda 2 dias atrás
pai
commit
f2baa18e59
1 arquivos alterados com 13 adições e 0 exclusões
  1. 13 0
      api-v13/resources/css/modules/reader-content.css

+ 13 - 0
api-v13/resources/css/modules/reader-content.css

@@ -261,3 +261,16 @@ article.reader-body div.epigraph > blockquote > footer {
     text-align: right;
     text-align: right;
     font-size: 0.9rem;
     font-size: 0.9rem;
 }
 }
+
+article.reader-body.evaluate-fatal {
+    background-color: #8d101db4;
+}
+article.reader-body .evaluate-error {
+    background-color: #ee6c6c;
+}
+article.reader-body .evaluate-warning {
+    background-color: #f3b353;
+}
+article.reader-body .evaluate-suggestion {
+    background-color: #c4f8c6;
+}