Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Chen-Zhe/photo-grid.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/default.css')
-rw-r--r--static/css/default.css5
1 files changed, 2 insertions, 3 deletions
diff --git a/static/css/default.css b/static/css/default.css
index 4a68e80..8e732c4 100644
--- a/static/css/default.css
+++ b/static/css/default.css
@@ -100,8 +100,7 @@ span.video-icon svg {
transition: 0.2s;
}
-.og-grid li > a:hover span.video-icon svg,
-.og-grid li > a:focus span.video-icon svg{
- filter: invert(90%) contrast(97%);
+.og-grid li > a:hover span.video-icon svg{
+ filter: invert(90%);
}