The current page section is rendered in bold text but this is rather
subtle to see at a glance. Add a single pixel high underline to make
it more visible.

Signed-off-by: Daniel P. Berrangé <berra...@redhat.com>
---
 assets/css/style-desktop.css | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/assets/css/style-desktop.css b/assets/css/style-desktop.css
index 44ea0c7..c7800b9 100644
--- a/assets/css/style-desktop.css
+++ b/assets/css/style-desktop.css
@@ -271,6 +271,8 @@
                #nav li.current a
                {
                        font-weight: 500;
+                       border-bottom: 1px solid #F0A833;
+                       padding-bottom: 2px;
                }
 
 /*
-- 
2.17.2


Reply via email to