From 2e9273c75a3cd51e6ee4c8f960f69595222ad542 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Mon, 4 May 2015 11:28:25 +0200 Subject: Highlight target protocol --- data/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/data/style.css b/data/style.css index 5172d25..d0b741a 100644 --- a/data/style.css +++ b/data/style.css @@ -3,6 +3,11 @@ display: hidden; } +.protocol:target { + /* mark color */ + background-color: #fcf8e3; +} + .protocol dt { font-weight: lighter; } -- cgit v1.2.3