added 'development' badge when in dev environment

This commit is contained in:
Andreas Hnida 2024-04-20 12:55:15 +02:00
commit 1a52470886

View file

@ -8,6 +8,21 @@
src: url('../fonts/OpenSans-VariableFont_wdth_wght.ttf');
}
body.env-development::after {
content: 'development';
//position in left upper corner
content: 'development';
position: fixed;
z-index: 9999;
/* transform: rotate(-90deg); */
top: 0;
font-size: 11px;
background-color: #24ff5d;
left: 127px;
padding: 5px 10px;
color: #000;
}
/**************** Typography ******************/
a {
color: #a9cd2e;