Styles: Change link colors

This commit is contained in:
Lexi / Zoe 2021-07-30 03:45:21 +02:00
parent d5789fdedf
commit 279f4492e8
Signed by: binaryDiv
GPG Key ID: F8D4956E224DA232
1 changed files with 12 additions and 1 deletions

View File

@ -54,12 +54,13 @@ nav a {
nav a:link, nav a:visited {
background-color: #eeeeee;
color: blue;
color: #ff00e6;
text-decoration: none;
}
nav a:hover, nav a:focus {
background-color: #ffffff;
color: #0066ff;
text-decoration: underline;
}
@ -94,6 +95,16 @@ h2 {
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 {
background: #ff4444;
width: 30em;