1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-07-02 16:38: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

File diff suppressed because one or more lines are too long

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;

View file

@ -14,6 +14,7 @@
--header-link-hover-color: rgba(82, 168, 236, 0.85);
--header-active-link-color: #9b9494;
--page-header-title-color: #aaa;
--page-header-title-border-color: #333;
--logo-color: #bbb;

View file

@ -14,6 +14,7 @@
--header-link-hover-color: #888;
--header-active-link-color: #444;
--page-header-title-color: #333;
--page-header-title-border-color: #333;
--logo-color: #000;