From 48a8a5c2f392dea41bebcbf126cbb3a452e961b3 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Sat, 3 May 2025 01:17:39 +0200 Subject: top bar: make blog link look like it's been selected. Signed-off-by: Denis 'GNUtoo' Carikli --- static/twentyeleven-style-20231107.css | 1 + 1 file changed, 1 insertion(+) (limited to 'static/twentyeleven-style-20231107.css') diff --git a/static/twentyeleven-style-20231107.css b/static/twentyeleven-style-20231107.css index 2c654ba..4a0a168 100644 --- a/static/twentyeleven-style-20231107.css +++ b/static/twentyeleven-style-20231107.css @@ -633,6 +633,7 @@ a.assistive-text:focus, #access a:focus { background: #efefef; } +a#blog-link, #access li:hover > a, #access a:focus { background: #f9f9f9; /* Show a solid color for older browsers */ -- cgit v1.2.3