diff --git a/layouts/partials/chroma.html b/layouts/partials/chroma.html
index 3610293..d521148 100644
--- a/layouts/partials/chroma.html
+++ b/layouts/partials/chroma.html
@@ -1,5 +1,6 @@
diff --git a/static/style.css b/static/style.css
index 2ed0c28..2d6fc57 100644
--- a/static/style.css
+++ b/static/style.css
@@ -14,16 +14,22 @@ body {
summary{cursor:pointer;}
summary:hover{
- -webkit-filter: url(#chroma);
+ filter: url(#chroma);
color: black;
background-color: #E60073;
}
+summary:hover:active{ filter: url(#chromaClick) }
+
a{
color: #E60073;
text-decoration: none;
}
+a:hover:active{
+ filter:url(#chromaClick);
+}
+
a::after{ content: ']'; }
a::before{ content: '['; }
@@ -32,7 +38,7 @@ a:hover{
color: black;
background-color: #E60073;
position:relative;
- -webkit-filter: url(#chroma);
+ filter: url(#chroma);
}
a:hover::selection{