Compare commits

3 Commits
Author SHA1 Message Date
chylex 6c1b379cfc Unhide favicons in feed view 2023-04-24 22:42:21 +02:00
chylex 5391d15985 Add article word count & limit intro length 2023-04-24 22:42:21 +02:00
chylex d384508680 Improve visibility of links in dark theme 2023-04-24 22:42:21 +02:00
+1 -1
View File
@@ -694,7 +694,7 @@
text-decoration: underline; text-decoration: underline;
} }
body.theme--dark #app-content .body a { [data-theme-dark] #app-content .body a {
color: #9cc7ff; color: #9cc7ff;
} }