aboutsummaryrefslogtreecommitdiffhomepage
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css11
1 files changed, 1 insertions, 10 deletions
diff --git a/style.css b/style.css
index b88584d..c24e85f 100644
--- a/style.css
+++ b/style.css
@@ -40,16 +40,7 @@ a,
40} 40}
41 41
42a:active, 42a:active,
43.copy:active { 43.copy:hover {
44 cursor: pointer; 44 cursor: pointer;
45 color: #9b859d; 45 color: #9b859d;
46} 46}
47
48.copy > .copy-tooltip {
49 visibility: hidden;
50 margin-left: 1em;
51}
52
53.copy:hover > .copy-tooltip {
54 visibility: visible;
55}