未定義ページの告知
https://gyazo.com/d570ce7b619cfe519b35a09c5c602f73
ページが無いときに薄くチラッと現れる ひよこの画像。
https://gyazo.com/8fcd5702641d9abce676c2457a1a3825
code:style.css
.page.not-persistent {
/* 環境に合わせてサイズ調整が必要かも */
background-repeat: no-repeat;
object-fit: contain;
opacity: 0.4;
z-index 20;
}
UserCSS.icon