Change link color

This commit is contained in:
Skia 2016-08-31 03:32:55 +02:00
parent 4a29a431af
commit 55ea2ac763

View File

@ -5,6 +5,12 @@ body{
width: 100%; width: 100%;
font-family: sans-serif; font-family: sans-serif;
} }
a {
text-decoration: none;
color: #265C83;
}
a:hover { color: #7FDBFF; }
a:active { color: #007BE6; }
/*--------------------------------HEADER-------------------------------*/ /*--------------------------------HEADER-------------------------------*/
#logo { #logo {
margin-left: 5%; margin-left: 5%;
@ -24,7 +30,7 @@ header a {
padding: 1em; padding: 1em;
} }
header a:hover { header a:hover {
color: #2D3; color: #265C83;
} }
header form { header form {
display: inline-block; display: inline-block;
@ -61,6 +67,7 @@ nav a {
} }
nav a:hover { nav a:hover {
background: purple; background: purple;
color: white;
} }
/*--------------------------------CONTENT------------------------------*/ /*--------------------------------CONTENT------------------------------*/