Merge pull request 'Use a different color for links to visited posts' (#87) from georgewitteman/teddit:main into main

Reviewed-on: https://codeberg.org/teddit/teddit/pulls/87
This commit is contained in:
teddit 2021-01-01 15:31:59 +01:00
commit 5f54705a95

View File

@ -126,6 +126,9 @@ body.dark .comment details summary::marker {
body.dark #links .link .entry .title a h2 {
color: #f0f0f0;
}
body.dark #links .link .entry .title a:visited h2 {
color: #6f6f6f;
}
body.dark #links .link .image .no-image,
body.dark #user .entry .image .no-image {
filter: opacity(0.5);
@ -561,6 +564,9 @@ footer a {
font-size: medium;
font-weight: normal;
}
#links .link .entry .title a:visited h2 {
color: #6f6f6f;
}
#links .link .entry .meta {
float: left;
width: 100%;