ページの下に告知文を入れるUserCSS
code:style.css
/* 本文の最後にテキスト挿入 */
.app:not(.presentation) .page::after {
content: '2018年7月27日新刊『Scrapbox情報整理術』発売!';
display: block; margin-top: 5rem; padding: 1rem 0; text-align: center;
border: solid #0003; border-width: 1px 0; font: 500 normal 1.8rem/1 sans-serif } こうなる
https://gyazo.com/7b2a9b68b6a507b6402bff4e77e4fe2b
画像版
code:style.css
/* 本文の最後に画像挿入 */
.app:not(.presentation) .page::after {
display: block; margin-top: 5rem; padding: 1rem 0; text-align: center;
border: solid #0003; border-width: 1px 0; font: 500 normal 1.8rem/1 sans-serif } https://gyazo.com/5e50b1764df08ec63cef9faa8904a262