Change a:hover color from black to blue

This commit is contained in:
Bubka 2020-02-05 23:46:40 +01:00
parent 4263951ef6
commit 9e0e05ad7c

View File

@ -9,6 +9,10 @@
@import '~bulma';
@import '~bulma-checkradio';
a:hover {
color: hsl(204, 86%, 53%);
}
.main-section {
padding: 1.5rem 1rem 8rem 1rem;
}