y4f/Shared/Footer.razor.css
2023-03-01 15:17:27 +01:00

13 lines
151 B
CSS

a {
color: grey;
text-decoration: none;
}
a:hover, a:focus {
color: #2A6496;
text-decoration: underline;
}
h6 {
color: grey;
}