links are no longer underlined
This commit is contained in:
parent
fb1e38e2c1
commit
aa3338f15b
|
@ -39,12 +39,12 @@ body {
|
||||||
/* links */
|
/* links */
|
||||||
a {
|
a {
|
||||||
color:blue;
|
color:blue;
|
||||||
text-decoration:underline;
|
text-decoration:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:visited {
|
a:visited {
|
||||||
color:blue;
|
color:blue;
|
||||||
text-decoration:underline;
|
text-decoration:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
|
@ -52,6 +52,11 @@ color:red;
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a:active {
|
||||||
|
color:red;
|
||||||
|
text-decoration:none;
|
||||||
|
}
|
||||||
|
|
||||||
form { }
|
form { }
|
||||||
input {
|
input {
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
|
|
Loading…
Reference in New Issue