wintyo
https://lh3.googleusercontent.com/a-/AAuE7mDOVSFJceENGsXt5oLPrDvY9-gLuAs1Saq2nAkd#.png
this is wintyo’s page
警告文字
code:style.css
/** しおりの色変更 */
.deco-\. {
--bookmark-background: #fcc; }
/** カーソルの変更 */
.cursor {
--cursor-width: 2px;
--cursor-color: rgba(255, 0, 0, 0.8);
--cursor-blink-time: 1s;
}
/** 上に戻るボタンの変更 */
.up-to-button {
--background-color: #ff0; }
/** 非表示項目の表示設定 */
.deco-\% {
--line-style: inline;
--line-opacity: 0.7;
}
.deco-\! {
}
code:script.js