Dev warning

This commit is contained in:
ZettaScript
2022-09-26 16:19:31 +02:00
parent ad8f05c3bc
commit f3f0841bb0
2 changed files with 22 additions and 0 deletions

View File

@ -1,3 +1,18 @@
#dev-warning {
position: fixed;
top: 48px;
left: 0;
width: 256px;
background-color: #fa0;
border-bottom: 4px dashed #000;
border-right: 4px dashed #000;
border-top: 4px dashed #000;
border-bottom-right-radius: 16px;
border-top-right-radius: 16px;
padding: 4px;
font-size: 20px;
}
@font-face {
font-family: Amatic;
src: url("/fonts/AmaticSC-Bold.woff2");