Files
create-react-app/docusaurus/website/static/css/custom.css
2018-10-21 13:13:35 -04:00

47 lines
706 B
CSS

/* 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;
}
.headerTitleWithLogo {
white-space: nowrap;
}
@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) {
}