A place to inform on the world wide web https://hbbs.decentral1.se
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.
 
 
 
 
 

49 lines
677 B

@font-face {
font-family: "Compagnon Roman";
src: url("../fonts/Compagnon-Roman.woff") format("woff");
font-style: normal;
}
@keyframes gradient {
0% {
background-color: pink;
}
25% {
background-color: lightgreen;
}
50% {
background-color: lightblue;
}
100% {
background-color: cornsilk;
}
}
body {
font-family: "Compagnon Roman", serif;
animation-name: gradient;
animation-duration: 120s;
}
@media (max-width: 768px) {
#hbbs-bubbles-top {
display: none !important;
}
}
ul {
padding-left: 0;
}
#collection-list li {
list-style-type: circle;
}
#content p,
ul {
margin: 0;
}
.no-style-list {
list-style: none;
}