ScrapboxのFree Plan表記を一文無しプランに変更するUserCSS
https://gyazo.com/0fb7df946c21cac6d26d05f756eb87bc
code:style.css
.app .quick-launch .plan-badge a {
font-size: 0;
}
.quick-launch .plan-badge a::before {
content: "一文無しプラン";
font-size: 1rem;
}
文章は自由に設定できるので、自分で好きなプラン名を考えよう!
https://gyazo.com/5f74c4362b7c346694007f04eea1bcf8