summaryrefslogtreecommitdiff
path: root/stylesheets
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets')
-rw-r--r--stylesheets/actualités.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/stylesheets/actualités.css b/stylesheets/actualités.css
index 2063238..9d6508e 100644
--- a/stylesheets/actualités.css
+++ b/stylesheets/actualités.css
@@ -109,7 +109,7 @@
transition: 0.5s;
}
- .event:hover img {
+ .event:hover img, .event:focus-within img {
filter: grayscale(0.8) brightness(0.4);
}
@@ -119,7 +119,7 @@
transition: 0.5s;
}
- .event:hover .summary {
+ .event:hover .summary, .event:focus-within .summary {
opacity: 1;
}
}