Browse Source

reject white front font

* better legibility
Abram Connelly 6 năm trước cách đây
mục cha
commit
c672de82d4
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      busunit/DIUv2/html/css/diustyles.css

+ 2 - 1
busunit/DIUv2/html/css/diustyles.css

@@ -88,7 +88,8 @@ p:focus {
 
 .textrow.reject {
   background: #cc4444;
-  color: #333333;
+  /* color: #333333; */
+  color: #dddddd;
 }
 
 .textrow.error {