From df825a0a8498d13dc7c87a9c962dd1bd6a1027f4 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Sat, 26 Aug 2023 19:49:23 +0100 Subject: [PATCH] Make links blue and not underlined --- app/scss/components.scss | 2 +- app/scss/custom.scss | 17 +++++++++-------- app/templates/base.html | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/app/scss/components.scss b/app/scss/components.scss index dc690e39..b709fecd 100644 --- a/app/scss/components.scss +++ b/app/scss/components.scss @@ -33,7 +33,7 @@ } } -.badge { +.badge, .badge:hover { text-decoration: none; } diff --git a/app/scss/custom.scss b/app/scss/custom.scss index 943eafdf..32b6200e 100644 --- a/app/scss/custom.scss +++ b/app/scss/custom.scss @@ -1,3 +1,12 @@ +:root { + --bs-link-color-rgb: 103, 206, 229; + --bs-link-hover-color-rgb: 81, 161, 179; +} + +a { + text-decoration: none; +} + @import "components.scss"; @import "packages.scss"; @import "gallery.scss"; @@ -8,14 +17,6 @@ footer { text-align: center; color: #999; - a { - color: #2e997e; - } - - a:hover { - color: #00bc8c; - } - .list-inline { max-width: 520px; margin: 0.25rem auto; diff --git a/app/templates/base.html b/app/templates/base.html index 2c026106..cb4759c5 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -16,7 +16,7 @@ {%- endif %} - + {% if noindex -%}