aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Łyszczek <michal.lyszczek@bofc.pl>2018-01-21 21:06:35 +0100
committerMichał Łyszczek <michal.lyszczek@bofc.pl>2018-01-21 21:06:35 +0100
commitebcb32a2787b037f89a2a9e04b5ed3ff628e5717 (patch)
tree2150ee99e8f57bb7997728a4522107c0f2ac2d18
parent09609dd165e7f299a6b38f40ebc9168d32b57d35 (diff)
downloadkursg-highlight-active-menu.tar.gz
kursg-highlight-active-menu.tar.bz2
kursg-highlight-active-menu.zip
add: active menu support in man style csshighlight-active-menu
-rw-r--r--styles/man.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/styles/man.css b/styles/man.css
index 7e45667..ddd0eed 100644
--- a/styles/man.css
+++ b/styles/man.css
@@ -55,7 +55,6 @@ a:visited
{
text-decoration: none;
font-style: italic;
- color: yellow;
}
a:hover
@@ -63,6 +62,11 @@ a:hover
text-decoration: underline;
}
+a.menu-active
+{
+ color: red;
+}
+
hr
{
margin-left: 8ch;