mirror of
https://git.librezo.fr/Librezo/website.git
synced 2025-09-06 04:42:54 +02:00
Dev warning
This commit is contained in:
@ -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");
|
||||
|
Reference in New Issue
Block a user