Compare commits

3 Commits
Author SHA1 Message Date
chylex b44e98f3e8 Unhide favicons in feed view 2023-03-16 20:44:07 +01:00
chylex 818408dfc8 Add article word count & limit intro length 2023-03-16 20:44:07 +01:00
chylex 5481292068 Improve visibility of links in dark theme 2023-03-16 20:44:07 +01:00
+1 -1
View File
@@ -694,7 +694,7 @@
text-decoration: underline;
}
[data-theme-dark] #app-content .body a {
body.theme--dark #app-content .body a {
color: #9cc7ff;
}