fix style colouring
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user