about summary refs log tree commit diff stats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/ua.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/ua.css b/res/ua.css
index 3a31fb9a..99134909 100644
--- a/res/ua.css
+++ b/res/ua.css
@@ -192,11 +192,11 @@ p {
 	margin-bottom: 1em;
 }
 
-a {
+a[href] {
 	color: yellow;
 }
 
-a:hover {
+a[href]:hover {
 	text-decoration: underline;
 }