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:
parent
d2b360f7b3
commit
fe8347f32a
6 changed files with 33 additions and 15 deletions
File diff suppressed because one or more lines are too long
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue