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); color: var(--card-color-text);
margin-bottom: 48px; margin-bottom: 48px;
&:visited {
color: var(--card-color-text);
}
&:hover { &:hover {
filter: none; filter: none;

View File

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