mootfrost-dev/static/resources/styles/style.css

41 lines
693 B
CSS

@import url(/static/resources/fonts/Raleway/stylesheet.css);
@import url(/static/resources/fonts/Comfortaa/stylesheet.css);
body {
font-family: Raleway, sans-serif;
background-color: black !important;
}
.overlay {
position: relative;
padding: 50px;
}
.btn-social {
margin-left: 5px;
margin-right: 5px;
text-decoration: none;
}
#particles-js {
background-color: transparent;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 0;
}
#background {
background-color: black;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 0;
background-image: url("/static/resources/images/background.png");
opacity: 0.4;
}