Tweak css

This commit is contained in:
Laura Hausmann 2022-11-21 21:41:13 +01:00
parent aedfbb90e3
commit b98a19516e
Signed by: zotan
GPG key ID: D044E84C5BE01605

View file

@ -311,6 +311,11 @@ a {
text-underline-offset: 2px;
}
a:hover {
background-color: #195f7f;
color: #eaeaea;
}
.footerlink {
color: #666666;
text-shadow: 0 0 5px rgba(104, 182, 255, 0.3);
@ -320,6 +325,8 @@ a {
.footerlink:hover {
text-decoration-color: rgba(102, 102, 102, 0.7);
background-color: #3f3f3f;
color: #999999;
}
/* Clearfix */