ReDab Public Development Repository
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

29 lines
377 B

body {
display: flex;
min-height: 100vh;
flex-direction: column;
width: 70%;
margin-left: 15%;
background-color: #3C3C3C;
color: #EFEFEF;
}
main {
flex: 1 0 auto;
}
i.contains-meat-or-meat-products {
color: rgb(200,0,0);
}
i.contains-fish {
color: rgb(0,0,200);
}
i.contains-animal-products {
color: rgb(0,200,0);
}
div.badges {
font-size: .5em;
}