privateページを目立たせる
#UserCSS
privateのiconを貼っているページを目立たせる
code:style.css
main:has( imgtitle='private') {
outline: solid 2px #a388c7;
}