summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/codeq/hint.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/css/codeq/hint.css b/css/codeq/hint.css
index 6e5fd25..17f7b6d 100644
--- a/css/codeq/hint.css
+++ b/css/codeq/hint.css
@@ -15,9 +15,15 @@ a.hint-static-link {
border-radius: 4px;
margin-bottom: 0.5em;
margin-top: 0.5em;
+ opacity: 0.8;
padding: 0.5em;
}
.hints > div:first-child {
border: 2px solid black;
+ opacity: 1;
+}
+
+.hints > div:hover {
+ opacity: 1;
}