OnClick chroma

This commit is contained in:
Nox Sluijtman 2023-08-11 00:10:47 +02:00
parent 6db60fa38a
commit e8bdece431
2 changed files with 29 additions and 2 deletions

View file

@ -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{