Add font and fix css for li - Added Open Sans to template.html. - Changed li style to only apply if in nav.

This commit is contained in:
Rgebee 2021-02-09 22:47:10 +00:00
commit a51f48a404
2 changed files with 6 additions and 1 deletions

View file

@ -59,7 +59,7 @@ nav li {
text-align: center;
}
li a {
nav li a {
text-decoration: none;
}