Minor css enhancements

* minor changes for <a> tags
* centers link for older news in card
This commit is contained in:
mipel
2021-07-09 08:25:06 +02:00
parent 60ed923fd8
commit 2fb680c84c
2 changed files with 7 additions and 3 deletions

View File

@@ -48,6 +48,10 @@ body{
margin-bottom: 40px; /* Margin bottom by footer height */
}
a {
color: var(--rlp-red);
}
.body-content{
margin: 1rem 0rem 0 0rem;
}