Update 'static/css/styles.css'

This commit is contained in:
georgewitteman 2021-01-01 00:02:06 +01:00
parent 7aad960d22
commit d1c003f473
1 changed files with 6 additions and 0 deletions

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%;