From c13369c87d02f89ce4922d7f933a5a639ecc6aa8 Mon Sep 17 00:00:00 2001 From: Paulo Camargo Date: Thu, 21 Jul 2022 01:12:20 -0300 Subject: [PATCH] mudei a cor dos links --- content/post/take-back-the-web.md | 2 +- content/post/take-back-the-web.pt-br.md | 2 +- themes/hugo-theme-texify/static/css/common.css | 6 +++--- themes/hugo-theme-texify/static/css/content.css | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/content/post/take-back-the-web.md b/content/post/take-back-the-web.md index 7ecc1b7..5736fab 100644 --- a/content/post/take-back-the-web.md +++ b/content/post/take-back-the-web.md @@ -2,7 +2,7 @@ title: "Take Back the Web" date: 2022-07-19T01:32:42-03:00 draft: false -tags: [Internet, Web, FOSS, Firefox] +tags: [internet, web, foss, firefox] --- Maybe you are already a Firefox user, we are part of a minority on the web today, and think that this text is not for you. You're probably right, but I'd like to make a few points here and ask for your help in taking the web back before it's too late. diff --git a/content/post/take-back-the-web.pt-br.md b/content/post/take-back-the-web.pt-br.md index 5c6938f..fa7f00d 100644 --- a/content/post/take-back-the-web.pt-br.md +++ b/content/post/take-back-the-web.pt-br.md @@ -2,7 +2,7 @@ title: "Take Back the Web" date: 2022-07-19T01:32:42-03:00 draft: false -tags: [Internet, Web, FOSS, Firefox] +tags: [internet, web, foss, firefox] --- Talvez você já seja um usuário do Firefox, somos parte de uma minoria hoje na web, e pense que esse texto não seja para você. Provavelmente você esteja certo, mas gostaria de trazer aqui alguns pontos e pedir sua ajuda para tomarmos a web de volta antes que seja tarde demais. diff --git a/themes/hugo-theme-texify/static/css/common.css b/themes/hugo-theme-texify/static/css/common.css index 303162c..cc3a2a0 100644 --- a/themes/hugo-theme-texify/static/css/common.css +++ b/themes/hugo-theme-texify/static/css/common.css @@ -108,7 +108,7 @@ span.word-count { } .link { - color: #337DFF; + color: #005DFF; text-decoration: underline; } @@ -151,11 +151,11 @@ span.word-count { } /* .lang > a:hover { text-decoration: underline !important; - color: #337DFF; + color: #005DFF; } */ a:hover { text-decoration: underline !important; - color: #337DFF; + color: #005DFF; } /* Mobile */ diff --git a/themes/hugo-theme-texify/static/css/content.css b/themes/hugo-theme-texify/static/css/content.css index 0a07c50..cdf9fa1 100644 --- a/themes/hugo-theme-texify/static/css/content.css +++ b/themes/hugo-theme-texify/static/css/content.css @@ -15,7 +15,7 @@ } .content a { - color: #337DFF; + color: #005DFF; text-decoration: underline; } @@ -52,7 +52,7 @@ .content code { background-color: #F5F5F5; border-radius: .2rem; - color: #337DFF; + color: #005DFF; font-family: 'Latin Modern Mono', Courier, monospace; padding: 0 .2rem; }