From fd46ae4487545a7bf77c7d9adabed104911c52b1 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 6 Dec 2018 04:03:03 +0300 Subject: More styling --- src/main/assets/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/assets/style.css b/src/main/assets/style.css index 11760451..14a43155 100644 --- a/src/main/assets/style.css +++ b/src/main/assets/style.css @@ -191,7 +191,8 @@ body > header { padding: 4px 20px; } #global a.active { - background: #fff; + background: #ff339a; + color: #fff; pointer-events: none; } #global li:hover:not(.active), -- cgit v1.2.3