y4f/Shared/Footer.razor.css

13 lines
153 B
CSS
Raw Normal View History

2023-02-27 20:03:29 +01:00
a {
color: #000000;
text-decoration: none;
}
a:hover, a:focus {
color: #2A6496;
text-decoration: underline;
}
h6 {
color: red;
}