OnClick chroma
This commit is contained in:
parent
6db60fa38a
commit
e8bdece431
2 changed files with 29 additions and 2 deletions
|
@ -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{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue