UserCSS:拡張打ち消し記法
UserCSS:拡張打ち消し記法
code:style.css
.deco-\-:not(:hover) {
text-decoration: line-through solid ; /* */
text-decoration-color: var(--text-color, black) ;
text-decoration-thickness: 1px ;
text-decoration-color: blue ;
text-decoration-thickness: 4px ;
& > span:nth-child(1) > a { display: none; }
}
text-decoration-color: red ;
& > span:nth-child(1) > a { display: none; }
}
text-decoration-thickness: 0.8em ;
& > span:nth-child(1) > a { display: none; }
}
text-decoration: line-through double ; /* */
& > span:nth-child(1) > a { display: none; }
}
opacity: 0.3;
& > span:nth-child(1) > a { display: none; }
}
background-color: var(--text-color, black) ;
color: var(--assort-color, white) ;
text-decoration-color: var(--assort-color, white) ;
& > span:nth-child(1) > a { display: none; }
}
}
code:style.css
.deco-\-:hover {
text-decoration: none ; /* */
text-decoration-color: var(--text-color, black) ;
}
テスト テストだよ
UserCSS.icon
https://img.shields.io/badge/UserCSS-拡張打ち消し記法-1572B6.svg?logo=css3&style=for-the-badge