From a1626cd07b11cbbbd5343cb316c14eb109e34cac Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Thu, 17 Aug 2017 09:40:30 -0400 Subject: [PATCH] Update alert links --- source/css/alerts.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/css/alerts.css b/source/css/alerts.css index ffdad170..a8c291c7 100644 --- a/source/css/alerts.css +++ b/source/css/alerts.css @@ -1,7 +1,7 @@ /*! Alerts */ :root { --alert-border-radius: var(--component-border-radius); - --alert-border-width: 2px; + --alert-border-width: 1px; --alert-padding-x: var(--component-padding-x); --alert-padding-y: var(--component-padding-y); @@ -63,7 +63,7 @@ & a { color: currentcolor; - text-decoration: underline; + font-weight: var(--font-weight-bold); } & :last-child {