1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2025-09-15 13:32:10 +02:00

Compare commits

..

3 Commits

Author SHA1 Message Date
b44e98f3e8 Unhide favicons in feed view 2023-03-16 20:44:07 +01:00
818408dfc8 Add article word count & limit intro length 2023-03-16 20:44:07 +01:00
5481292068 Improve visibility of links in dark theme 2023-03-16 20:44:07 +01:00

View File

@@ -694,7 +694,7 @@
text-decoration: underline; text-decoration: underline;
} }
[data-theme-dark] #app-content .body a { body.theme--dark #app-content .body a {
color: #9cc7ff; color: #9cc7ff;
} }