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;
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;
}

Loading…
Cancel
Save