편집 요약 없음 |
편집 요약 없음 |
||
2번째 줄: | 2번째 줄: | ||
{{#css: | {{#css: | ||
div#daemunche{{{1}}} { | |||
filter: saturate(10%) opacity(50%) !important; | |||
transition: ease-in-out all 0.1s !important; | |||
} | |||
div#daemunche{{{1}}}:hover { | div#daemunche{{{1}}}:hover { | ||
filter: saturate(100%) opacity(100%); | filter: saturate(100%) opacity(100%) !important; | ||
transition: ease-in-out all 0.1s | transition: ease-in-out all 0.1s !important; | ||
} | } | ||
}} | }} |