Fix underlines

This commit is contained in:
2019-10-18 01:20:38 +00:00
parent f8998b687e
commit dc588fee91
2 changed files with 12 additions and 3 deletions

View File

@@ -38,6 +38,11 @@
border-bottom: 1px solid #aaaaaa;
}
.dark .article u {
border-bottom: 1px solid #aaaaaa;
text-decoration: none;
}
.dark .story-text img {
filter: brightness(50%);
}