diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/styles.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/css/styles.css b/css/styles.css index ecfb75a..01047c8 100644 --- a/css/styles.css +++ b/css/styles.css @@ -190,6 +190,11 @@ div.pagemenu a { font-weight: bold; } +div.pagemenu a.active { + text-decoration: none; + color: blue; + font-weight: bold; +} div.pagemenu span { text-decoration: none; color: black; |