From 7375513321c178bb1bcf1fef2682cfe5d40c3c9b Mon Sep 17 00:00:00 2001 From: lidia_p Date: Fri, 3 May 2019 19:32:01 +0200 Subject: [PATCH] small adjustments to background colour, link decoration green and font size --- main.css | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/main.css b/main.css index a7307c1..94c8272 100644 --- a/main.css +++ b/main.css @@ -35,7 +35,7 @@ body{ bottom: 0; right: 0; z-index: -1; - background-color: #1a1a1a; + background-color: #2f2f2f; } /*header*/ @@ -186,7 +186,7 @@ header h1{ .upbar { height:5%; width:100%; - background-color:#99ff99; + background-color:#0f0; position:relative; } @@ -375,18 +375,16 @@ p.subcl3{ a{ color:white; - text-decoration-color:#99ff99; + text-decoration-color:#0f0; } .ext:hover { text-decoration: overline; - font-family:inconsolatabold; text-decoration-color:yellow; } .int:hover { text-decoration: overline; - font-family:inconsolatabold; text-decoration-color:magenta; } @@ -790,14 +788,14 @@ header h1{ } #ihtp{ - width:80%; + width:70%; position:relative; top:0; left:0; -webkit-transform:none; -ms-transform:none; transform:none; - font-size:calc(9px + 0.6vw); + font-size:calc(9px + 0.5vw); line-height:125%; } @@ -882,7 +880,7 @@ p.subcl3{ } .row{ - border-bottom-width:7px; + border-bottom-width:5px; }