CSS: Collapse link styling to :any-link

master
Felix Stupp 2 years ago
parent 5587bc4a74
commit d3c12ed79a
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -13,20 +13,10 @@
table tr:nth-child(even) {
background-color: #333333;
}
a:link {
a:any-link {
text-decoration: none;
color: lightcyan;
}
a:visited {
text-decoration: none;
color: lightcyan;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
form.form-single-button {
display: inline-block;
}

Loading…
Cancel
Save