fix: remove underline on hover (#35161)

* fix: remove underline on hover

* fix: load Lato font
This commit is contained in:
Ahmad Abdolsaheb
2019-02-13 17:49:31 +03:00
committed by Tom
parent 260426f3e2
commit c3399893c6
5 changed files with 31 additions and 39 deletions

View File

@@ -29,3 +29,7 @@ h6 {
background-color: #fff;
color: #006400;
}
a:hover, a:focus {
text-decoration: none;
}