post + style

This commit is contained in:
Yax 2020-02-16 19:39:09 +01:00
parent cd1e561bc5
commit 42216f3828
2 changed files with 8 additions and 2 deletions

View file

@ -85,7 +85,7 @@ p, li {
font-variant-numeric: normal;
font-variant-position: normal;
font-variation-settings: normal;
line-height: 38px;
line-height: 32px;
vertical-align: baseline;
color: rgb(56, 71, 67);
margin-bottom: 2rem;
@ -104,6 +104,10 @@ a:link, a:visited {
text-decoration: none;
}
li {
margin-bottom: 0rem;
}
a:hover, a:active {
color:green;
}