UserCSS:斜体記法
斜体記法[/ ]の変更
テストだよ
code:stylexx.css
.deco-\/ {
text-decoration: none !important;
font-style: normal;
border-bottom: none !important;
}
code:stylexx.css
.deco-\/ {
background-color: red; /* 赤背景 */
font-style: normal;
padding: 0.1em 0.2em 0.1em 0.2em;
}
code:stylexx.css
.deco-\/ {
/* background-color: red; /* 赤背景 */
text-shadow: 0 0 9px hsl(0,100%,30%);/* 赤ぼかし */
/* font-style: normal; /* */
/* font-weight: bold; /* */
padding: 0.1em 0.2em 0.1em 0.2em;
}
code:style.css
.deco-\/ {
/* text-shadow: 1px 1px 1px var(--accent-color); /* */
text-shadow: 1px 1px 1px var(--main-color);
}
UserCSS.icon
https://img.shields.io/badge/UserCSS-斜体記法-1572B6.svg?logo=css3&style=for-the-badge