From 29adca7bd4401d0a440735b4dc33edfd0f130369 Mon Sep 17 00:00:00 2001 From: ouidade Date: Thu, 2 May 2024 11:38:19 +0200 Subject: [PATCH] underline --- web/themes/custom/colloque2024/css-compiled/index.css | 2 +- web/themes/custom/colloque2024/css/configs/var.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/themes/custom/colloque2024/css-compiled/index.css b/web/themes/custom/colloque2024/css-compiled/index.css index f441ad65..9fc125da 100644 --- a/web/themes/custom/colloque2024/css-compiled/index.css +++ b/web/themes/custom/colloque2024/css-compiled/index.css @@ -294,7 +294,7 @@ p { font-family: 'Marianneregular_italic'; } p a { display: inline; - background: #d2d2ebff; } + background: #d674b283; } a { color: black; diff --git a/web/themes/custom/colloque2024/css/configs/var.scss b/web/themes/custom/colloque2024/css/configs/var.scss index 9ab5c86a..f1854bc9 100644 --- a/web/themes/custom/colloque2024/css/configs/var.scss +++ b/web/themes/custom/colloque2024/css/configs/var.scss @@ -5,7 +5,7 @@ $col_black: black; $color_orange: rgb(255, 128, 77); $lightgrey: #6f6d7dff; // $fond: url("../../images/test_animation.svg"); -$underline:#d2d2ebff; +$underline:#d674b283; $gutter: 0.5rem; $gutter1 : 0.5rem;