Styles: Change link colors
This commit is contained in:
parent
d5789fdedf
commit
279f4492e8
|
|
@ -54,12 +54,13 @@ nav a {
|
||||||
|
|
||||||
nav a:link, nav a:visited {
|
nav a:link, nav a:visited {
|
||||||
background-color: #eeeeee;
|
background-color: #eeeeee;
|
||||||
color: blue;
|
color: #ff00e6;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav a:hover, nav a:focus {
|
nav a:hover, nav a:focus {
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
|
color: #0066ff;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -94,6 +95,16 @@ h2 {
|
||||||
margin: 0 0 0.5em 0;
|
margin: 0 0 0.5em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a:link, a:visited {
|
||||||
|
color: #ff00e6;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover, a:focus {
|
||||||
|
color: #0066ff;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
.error {
|
.error {
|
||||||
background: #ff4444;
|
background: #ff4444;
|
||||||
width: 30em;
|
width: 30em;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue