diff --git a/Identity/Webenv/Css/default.css b/Identity/Webenv/Css/default.css index b74aa51..d2c9833 100755 --- a/Identity/Webenv/Css/default.css +++ b/Identity/Webenv/Css/default.css @@ -59,7 +59,7 @@ body { /* margin: 0 2% 0 2%; /* <- with 2% of left and right margin */ margin: 0 3% 0 3%; /* <- with 3% of left and right margin */ /* margin: 0 10% 0 10%; /* <- with 10% of left and right margin */ - color: #333; + color: #000; } /* Links @@ -85,20 +85,20 @@ a:visited:hover { text-decoration: underline; color: green; } -----------------------------------------------*/ h1 { - font-size: 1.9em; - line-height: 1.9em; + font-size: 2em; + line-height: 2em; } h2 { - font-size: 1.6em; - line-height: 1.6em; + font-size: 1.5em; + line-height: 1.5em; margin-top: 1.5em; } h3 { - font-size: 1.4em; - line-height: 1.4em; - margin-top: 1.4em; + font-size: 1.2em; + line-height: 1.2em; + margin-top: 1.2em; } h4 {