*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit 289fa2ae authored by Moser, Maximilian's avatar Moser, Maximilian
Browse files

Remove underline from footer links on hover

parent f49fd5b0
No related branches found
No related tags found
1 merge request!176Add project files for an `rspack`-based build
......@@ -182,6 +182,15 @@ footer {
align-items: center;
justify-content: center;
background-color: #006699;
/* remove underline from footer lines on hover, darken them instead */
#links-container, #logos-container {
a:hover {
color: lightgray;
text-decoration: none;
transition-timing-function: ease-in;
}
}
}
/*
......@@ -226,10 +235,6 @@ footer {
letter-spacing: 0.1em;
margin: 10px;
}
a:hover {
color: @white;
}
}
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment