소스 검색

reject white front font

* better legibility
Abram Connelly 6 년 전
부모
커밋
c672de82d4
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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 {