-
Kristofer Selbekk authored5b9b3382
/* your custom css */
.homeContainer {
background: #282c34;
color: white;
padding: 80px 0;
}
.homeContainer .button {
background: #24292e;
border-color: white;
}
.homeContainer * {
color: inherit;
}
.post a {
text-decoration: underline;
}
.navigationSlider .slidingNav ul {
background: #282c34;
}
@media only screen and (min-device-width: 360px) and (max-device-width: 736px) {
}
@media only screen and (min-width: 1024px) {
.navigationSlider .slidingNav ul {
background: none;
}
}
@media only screen and (max-width: 1023px) {
}
@media only screen and (min-width: 1400px) {
}
@media only screen and (min-width: 1500px) {
}