免責事項掲示UserCSS
以下のページのfork
code:style.css
.app .container:before {
box-sizing: content-box;
display: block;
margin: 0.5em 1em;
padding: 1em 1em;
width: calc(100% - 4em);
border-radius: 5px;
font-weight: bold;
font-size: 1.25em;
color: white;
background-color: hsl(16 70% 49% / 1);
text-align: center;
white-space: pre-wrap;
user-select: text;
}