summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@araneo.org>2015-10-09 19:26:38 +0200
committerTimotej Lazar <timotej.lazar@araneo.org>2015-10-09 19:26:38 +0200
commita939dce96f42c198456bb5c7a9e524a1b23eba23 (patch)
tree260b2f3e5ccd27272e1953e59963c2b91b0b3545
parent092a47f2d3d33f7529d8e3433ee39c525fa672db (diff)
Reduce opacity of not-newest hints
-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;
}