1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-16 18:01:37 +00:00

Change feed title to a link to original website

This commit is contained in:
Shizun Ge 2020-06-11 23:07:13 -05:00 committed by GitHub
parent d2b360f7b3
commit fe8347f32a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 33 additions and 15 deletions

View file

@ -107,6 +107,16 @@ a:hover {
border-bottom: 1px dotted var(--page-header-title-border-color);
}
.page-header h1 a {
text-decoration: none;
color: var(--page-header-title-color);
}
.page-header h1 a:hover,
.page-header h1 a:focus {
color: #666;
}
.page-header ul,
.page-footer ul {
margin-left: 25px;