소스 검색

Update style.css

Capitan Cloud 3 년 전
부모
커밋
5e76b2787a
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      HCcss/style.css

+ 4 - 4
HCcss/style.css

@@ -45,10 +45,10 @@ body {
   width: 102%; 
   border: 1px solid #C2DBF2; 
   padding: 7px; 
-  background: #ffedf0; 
-  opacity: 0.0;
+  background: #ffffff; 
+  opacity: 0.3;
   color:white; 
-  font-family: Sans;
+  font-family: Arial,Sans,Verdana;
   font-size: 12px; 
   text-align: center; 
   z-index: 99990;
@@ -63,7 +63,7 @@ body {
   padding: 7px; 
   opacity: 1.0;
   color:black; 
-  font-family: Sans;
+  font-family: Arial,Sans,Verdana;
   font-size: 12px; 
   font-weight: 400;
   text-align: right;