small adjustments to background colour, link decoration green and font size

master
lidia_p 6 years ago
parent e08f11219c
commit 7375513321

@ -35,7 +35,7 @@ body{
bottom: 0; bottom: 0;
right: 0; right: 0;
z-index: -1; z-index: -1;
background-color: #1a1a1a; background-color: #2f2f2f;
} }
/*header*/ /*header*/
@ -186,7 +186,7 @@ header h1{
.upbar { .upbar {
height:5%; height:5%;
width:100%; width:100%;
background-color:#99ff99; background-color:#0f0;
position:relative; position:relative;
} }
@ -375,18 +375,16 @@ p.subcl3{
a{ a{
color:white; color:white;
text-decoration-color:#99ff99; text-decoration-color:#0f0;
} }
.ext:hover { .ext:hover {
text-decoration: overline; text-decoration: overline;
font-family:inconsolatabold;
text-decoration-color:yellow; text-decoration-color:yellow;
} }
.int:hover { .int:hover {
text-decoration: overline; text-decoration: overline;
font-family:inconsolatabold;
text-decoration-color:magenta; text-decoration-color:magenta;
} }
@ -790,14 +788,14 @@ header h1{
} }
#ihtp{ #ihtp{
width:80%; width:70%;
position:relative; position:relative;
top:0; top:0;
left:0; left:0;
-webkit-transform:none; -webkit-transform:none;
-ms-transform:none; -ms-transform:none;
transform:none; transform:none;
font-size:calc(9px + 0.6vw); font-size:calc(9px + 0.5vw);
line-height:125%; line-height:125%;
} }
@ -882,7 +880,7 @@ p.subcl3{
} }
.row{ .row{
border-bottom-width:7px; border-bottom-width:5px;
} }

Loading…
Cancel
Save