summaryrefslogtreecommitdiffstats
path: root/userContent/static
diff options
context:
space:
mode:
Diffstat (limited to 'userContent/static')
-rw-r--r--userContent/static/style.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/userContent/static/style.css b/userContent/static/style.css
index 1c836fd7..891aa131 100644
--- a/userContent/static/style.css
+++ b/userContent/static/style.css
@@ -47,7 +47,7 @@ a, a.package {
a.noted {
color:#0088cc;
- text-decoration:underline;
+ font-weight: bold;
}
a:hover, a:focus, a.package:hover, a.package:focus {
@@ -57,7 +57,8 @@ a:hover, a:focus, a.package:hover, a.package:focus {
a.noted:hover, a.noted:focus {
color:#005580;
- text-decoration:none;
+ text-decoration:underline;
+ font-weight: bold;
}
a.package:visited, a.noted:visited {