mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-03-15 07:28:30 +01:00
Change a:hover color from black to blue
This commit is contained in:
parent
4263951ef6
commit
9e0e05ad7c
4
resources/sass/app.scss
vendored
4
resources/sass/app.scss
vendored
@ -9,6 +9,10 @@
|
||||
@import '~bulma';
|
||||
@import '~bulma-checkradio';
|
||||
|
||||
a:hover {
|
||||
color: hsl(204, 86%, 53%);
|
||||
}
|
||||
|
||||
.main-section {
|
||||
padding: 1.5rem 1rem 8rem 1rem;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user