fix style colouring

This commit is contained in:
2023-05-04 06:46:15 +10:00
parent 3d86f859c6
commit 1c119e80e9
2 changed files with 8 additions and 0 deletions

View File

@@ -45,6 +45,10 @@ a.article-card {
color: var(--card-color-text);
margin-bottom: 48px;
&:visited {
color: var(--card-color-text);
}
&:hover {
filter: none;

View File

@@ -217,6 +217,10 @@ a.event-card {
position: relative;
overflow: hidden;
&:visited {
color: var(--card-color-text);
}
.thumbnail {
width: 100%;
aspect-ratio: 16 / 9;