diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2015-05-04 11:28:25 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2015-05-04 11:28:25 +0200 |
commit | 2e9273c75a3cd51e6ee4c8f960f69595222ad542 (patch) | |
tree | ac8b75326db6d66dafe630b5b94946710fb02835 /data | |
parent | c49996593808d48c45fe773798ff56648fba7abd (diff) | |
download | comatose-2e9273c75a3cd51e6ee4c8f960f69595222ad542.tar.gz comatose-2e9273c75a3cd51e6ee4c8f960f69595222ad542.tar.bz2 comatose-2e9273c75a3cd51e6ee4c8f960f69595222ad542.zip |
Highlight target protocol
Diffstat (limited to 'data')
-rw-r--r-- | data/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
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; } |