From 9712e4d888420a348c10157b2d3293848c02fde8 Mon Sep 17 00:00:00 2001 From: maTh Date: Sat, 11 Sep 2021 18:22:26 +0200 Subject: Headline structure improvement (#3830) * header: h1 deleted - full logo included * template: config - display * WIP * shortcut configs. added fieldset. do not display the border by default * system.phtml * subscription: add feed or category * wip * wip * Update bookmarklet.phtml * Update archiving.phtml * Update queries.phtml * Update profile.phtml * Update manage.phtml * auth+update * Update template.rtl.css * fixed FreshRSS logo (Theme: Mapco) * Update mapco.rtl.css * Update _layout.scss * fixed FreshRSS logo (theme: Dark) * fix: FreshRSS logo (Theme: BlueLagoon) * fix: FreshRSS logo (Theme: Ansum) * fixed: FreshRSS logo (Theme: Alternative Dark) * fix: FreshRSS logo (Theme: Pafat) * fix: FreshRSS logo (Theme: Screwdriver) * fix: FreshRSS logo (theme: Swage) * Minor lint * little fix: FreshRSS logo (Theme: Origine) * Fix: FreshRSS logo (Theme: Origine Compact) Co-authored-by: Alexandre Alapetite --- p/themes/BlueLagoon/BlueLagoon.css | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'p/themes/BlueLagoon/BlueLagoon.css') diff --git a/p/themes/BlueLagoon/BlueLagoon.css b/p/themes/BlueLagoon/BlueLagoon.css index 1fd651c78..ed3980eb3 100644 --- a/p/themes/BlueLagoon/BlueLagoon.css +++ b/p/themes/BlueLagoon/BlueLagoon.css @@ -650,22 +650,16 @@ a.btn { } .header > .item.title .logo { - width: 40px; + margin: 10px 0; height: 40px; + filter: grayscale(100%) brightness(0%); } .header > .item.title { width: 250px; } -.header > .item.title h1 { - margin: 10px 0; -} - -.header > .item.title h1 a { - color: #222; - font-size: 28px; - text-decoration: none; +.header > .item.title a { text-shadow: 0 1px #fff; } -- cgit v1.2.3