mirror of
https://codeberg.org/tacerus/teddit.git
synced 2024-11-26 09:09:27 +01:00
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:
commit
5f54705a95
@ -126,6 +126,9 @@ body.dark .comment details summary::marker {
|
|||||||
body.dark #links .link .entry .title a h2 {
|
body.dark #links .link .entry .title a h2 {
|
||||||
color: #f0f0f0;
|
color: #f0f0f0;
|
||||||
}
|
}
|
||||||
|
body.dark #links .link .entry .title a:visited h2 {
|
||||||
|
color: #6f6f6f;
|
||||||
|
}
|
||||||
body.dark #links .link .image .no-image,
|
body.dark #links .link .image .no-image,
|
||||||
body.dark #user .entry .image .no-image {
|
body.dark #user .entry .image .no-image {
|
||||||
filter: opacity(0.5);
|
filter: opacity(0.5);
|
||||||
@ -561,6 +564,9 @@ footer a {
|
|||||||
font-size: medium;
|
font-size: medium;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
#links .link .entry .title a:visited h2 {
|
||||||
|
color: #6f6f6f;
|
||||||
|
}
|
||||||
#links .link .entry .meta {
|
#links .link .entry .meta {
|
||||||
float: left;
|
float: left;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
Loading…
Reference in New Issue
Block a user