From 956ed93b62dd5b966f76a9b10d374d35eff20669 Mon Sep 17 00:00:00 2001 From: cjyabraham Date: Thu, 18 May 2023 13:33:30 +0700 Subject: [PATCH] Updates to GDPR banner (#730) Signed-off-by: cjyabraham --- .../source/scss/components/_cookie-banner.scss | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/web/wp-content/themes/cncf-twenty-two/source/scss/components/_cookie-banner.scss b/web/wp-content/themes/cncf-twenty-two/source/scss/components/_cookie-banner.scss index d1c415a41..87635b356 100644 --- a/web/wp-content/themes/cncf-twenty-two/source/scss/components/_cookie-banner.scss +++ b/web/wp-content/themes/cncf-twenty-two/source/scss/components/_cookie-banner.scss @@ -94,14 +94,19 @@ div.osano-cm-disclosure__toggle { } .osano-cm-link { - text-decoration: underline; - font-size: 13px; + text-decoration: none; + font-size: 19px; + font-weight: 800; + color: $primary-400; &:focus-visible { + font-weight: 800; outline-offset: 1px; outline: -webkit-focus-ring-color auto 1px; + color: $primary-400; } &:hover { - text-decoration: none; + color: $primary-400; + text-decoration: underline; } }