fix: remove underline on hover (#35161)
* fix: remove underline on hover * fix: load Lato font
This commit is contained in:
@@ -29,3 +29,7 @@ h6 {
|
||||
background-color: #fff;
|
||||
color: #006400;
|
||||
}
|
||||
|
||||
a:hover, a:focus {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
Reference in New Issue
Block a user