Files
nebula.js/website/static/css/custom.css
2020-03-11 12:46:51 +01:00

45 lines
697 B
CSS

/* your custom css */
body {
font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-weight: 400;
color: #404040;
}
h1,
h2 {
font-weight: 300;
}
code {
color: #91298c;
}
@media only screen and (min-device-width: 360px) and (max-device-width: 736px) {
}
@media only screen and (min-width: 1024px) {
}
@media only screen and (max-width: 1023px) {
}
@media only screen and (min-width: 1400px) {
}
@media only screen and (min-width: 1500px) {
}
#footer .qlikOpenSource {
margin: 1em auto;
width: 200px;
display: block;
opacity: 0.6;
}
#footer .qlikOpenSource:hover {
opacity: 0.9;
}