Quellcode durchsuchen

Update style.css

Capitan Cloud vor 2 Jahren
Ursprung
Commit
9746e824be
1 geänderte Dateien mit 5 neuen und 5 gelöschten Zeilen
  1. 5 5
      Public/css/style.css

+ 5 - 5
Public/css/style.css

@@ -69,10 +69,10 @@ body {
   width: 102%; 
   border: 1px solid #C2DBF2; 
   padding: 7px; 
-  background: #ffedf0; 
-  opacity: 0.1;
+  background: #ffffff; 
+  opacity: 0.3;
   color:white; 
-  font-family: Sans;
+  font-family: Arial,Sans,Verdana;
   font-size: 12px; 
   text-align: center; 
   z-index: 99990;
@@ -88,7 +88,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; 
@@ -98,4 +98,4 @@ input {
   border:1px solid #d4b0dc;
   background: transparent; 
   height: 30px;
-}
+}