From 70f67633c12685acbdd03e1e453797c0423dbde9 Mon Sep 17 00:00:00 2001 From: Emi <2206700+coppolaemilio@users.noreply.github.com> Date: Wed, 22 Nov 2023 17:52:07 +0100 Subject: [PATCH] Navigation and alert style updates --- common/common.scss | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/common/common.scss b/common/common.scss index b2d4407..ee61f4d 100644 --- a/common/common.scss +++ b/common/common.scss @@ -36,6 +36,23 @@ } +/* Alert banner */ + +.alert.alert-info { + border-radius: var(--theme-radius); +} + + +/* Navigation bar elements */ +.nav-pills > li > a, .nav-pills > li button { + border-radius: var(--theme-radius); +} + +.nav-pills > li > a:hover, .nav-pills > li button:hover { + color: #fff; + background-color: #f573895c; +} + /* Circles for Badge Bullets */