post + style
This commit is contained in:
parent
cd1e561bc5
commit
42216f3828
2 changed files with 8 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue