hbbs.decentral1.se/hbbs/static/css/styles.css

39 lines
488 B
CSS

@font-face {
font-family: "Compagnon Roman";
src: url("fonts/Compagnon-Roman.woff") format("woff");
font-weight: bold;
font-style: normal;
}
#hbbs-logo {
opacity: 0.75;
}
body {
font-family: "Compagnon Roman", serif;
}
@media (max-width: 768px) {
#hbbs-bubbles-top {
display: none !important;
}
}
ul {
padding-left: 0;
}
ul li {
list-style: none;
}
#hbbs-logo,
#hbbs-bubbles-top,
#hbbs-bubbles-bottom {
width: 90%;
}
html * {
border: 1px black solid;
}