From d3bb2e697d0fde99f2d0cab6bb4d655d7e6923a9 Mon Sep 17 00:00:00 2001 From: Segundo Fdez Date: Thu, 10 Mar 2022 12:28:34 +0100 Subject: [PATCH] =?UTF-8?q?update=20svg=C2=B4s=20stroke?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main.css_abdeb689137b085b8cf50bb0fe96e360.content | 9 ++++----- src/themes/oscar/assets/css/modules/header.css | 9 ++++----- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/src/resources/_gen/assets/css/css/main.css_abdeb689137b085b8cf50bb0fe96e360.content b/src/resources/_gen/assets/css/css/main.css_abdeb689137b085b8cf50bb0fe96e360.content index 999010a..4061698 100644 --- a/src/resources/_gen/assets/css/css/main.css_abdeb689137b085b8cf50bb0fe96e360.content +++ b/src/resources/_gen/assets/css/css/main.css_abdeb689137b085b8cf50bb0fe96e360.content @@ -580,9 +580,8 @@ i, em { text-align: center; } .post .social a:hover svg > *, .social a:hover svg > * { - fill: var(--color-main); - stroke: var(--color-main); - stroke-width: 1px; + fill: var(--color-link); + stroke-width: 0px; } .post .social svg, .social svg { vertical-align: middle; @@ -591,8 +590,8 @@ i, em { } .post .social svg > *, .social svg > * { fill: none; - stroke: var(--color-link); - stroke-width: 1px; + stroke: var(--color-main); + stroke-width: 1.25px; } /* POST LIST */ .posts-container { diff --git a/src/themes/oscar/assets/css/modules/header.css b/src/themes/oscar/assets/css/modules/header.css index eb602a1..a46c42a 100644 --- a/src/themes/oscar/assets/css/modules/header.css +++ b/src/themes/oscar/assets/css/modules/header.css @@ -99,9 +99,8 @@ text-align: center; &:hover { svg > * { - fill: var(--color-main); - stroke: var(--color-main); - stroke-width: 1px; + fill: var(--color-link); + stroke-width: 0px; } } } @@ -111,8 +110,8 @@ margin: 0 auto; > * { fill: none; - stroke: var(--color-link); - stroke-width: 1px; + stroke: var(--color-main); + stroke-width: 1.25px; } } }