From 0b8096f9739658e0e8a6c70f456b3d1b40e8240a Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Fri, 22 Dec 2023 16:04:04 -0800 Subject: [PATCH] Tweak the menu selector style Signed-off-by: Danila Fedorin --- assets/scss/bergamot.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/assets/scss/bergamot.scss b/assets/scss/bergamot.scss index 1cadc6e..cabff5a 100644 --- a/assets/scss/bergamot.scss +++ b/assets/scss/bergamot.scss @@ -62,12 +62,12 @@ @include bordered-block; padding: 0.5rem; font-family: $font-body; + border-style: dotted; &.active { border-color: $primary-color; + border-style: solid; font-weight: bold; - text-decoration: underline; - text-underline-offset: 0.15rem; } &:not(:first-child) { @@ -84,6 +84,7 @@ button.active + button { border-left-color: $primary-color; + border-left-style: solid; } margin-bottom: 1rem;