aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Ansum
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2021-09-11 18:22:26 +0200
committerGravatar GitHub <noreply@github.com> 2021-09-11 18:22:26 +0200
commit9712e4d888420a348c10157b2d3293848c02fde8 (patch)
treeb81fe8fcd5d8f768e0a42c7d94643b808dddab14 /p/themes/Ansum
parent42a9383fe6dc4765ec4267e44913366206162116 (diff)
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 <alexandre@alapetite.fr>
Diffstat (limited to 'p/themes/Ansum')
-rw-r--r--p/themes/Ansum/_layout.scss17
-rw-r--r--p/themes/Ansum/ansum.css12
-rw-r--r--p/themes/Ansum/ansum.rtl.css12
3 files changed, 10 insertions, 31 deletions
diff --git a/p/themes/Ansum/_layout.scss b/p/themes/Ansum/_layout.scss
index a75601d06..56fe97a54 100644
--- a/p/themes/Ansum/_layout.scss
+++ b/p/themes/Ansum/_layout.scss
@@ -16,21 +16,12 @@
// flex-direction: row;
&.title {
width: 280px;
-
font-weight: 400;
- h1 {
- a {
- text-decoration: none;
- color: $sid-font-color;
- font-size: 1rem;
- text-transform: uppercase;
- letter-spacing: 1px;
-
- img {
- margin-right: 0.5rem;
-
- }
+ a {
+ img {
+ margin: 0.6em 0 0.3em;
+ filter: invert(80%);
}
}
}
diff --git a/p/themes/Ansum/ansum.css b/p/themes/Ansum/ansum.css
index ec78db32f..3843b6369 100644
--- a/p/themes/Ansum/ansum.css
+++ b/p/themes/Ansum/ansum.css
@@ -805,15 +805,9 @@ form th {
width: 280px;
font-weight: 400;
}
-.header .item.title h1 a {
- text-decoration: none;
- color: #363330;
- font-size: 1rem;
- text-transform: uppercase;
- letter-spacing: 1px;
-}
-.header .item.title h1 a img {
- margin-right: 0.5rem;
+.header .item.title a img {
+ margin: 0.6em 0 0.3em;
+ filter: invert(80%);
}
.header .item.search input {
width: 230px;
diff --git a/p/themes/Ansum/ansum.rtl.css b/p/themes/Ansum/ansum.rtl.css
index 7931391d2..e78a04795 100644
--- a/p/themes/Ansum/ansum.rtl.css
+++ b/p/themes/Ansum/ansum.rtl.css
@@ -805,15 +805,9 @@ form th {
width: 280px;
font-weight: 400;
}
-.header .item.title h1 a {
- text-decoration: none;
- color: #363330;
- font-size: 1rem;
- text-transform: uppercase;
- letter-spacing: 1px;
-}
-.header .item.title h1 a img {
- margin-left: 0.5rem;
+.header .item.title a img {
+ margin: 0.6em 0 0.3em;
+ filter: invert(80%);
}
.header .item.search input {
width: 230px;