react-static
Version:
A progressive static site generator for React
36 lines (29 loc) • 533 B
CSS
@import "https://cdn.jsdelivr.net/npm/react-instantsearch-theme-algolia@4.4.2";
body {
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
Helvetica, Arial, "Lucida Grande", sans-serif;
font-weight: 300;
font-size: 16px;
margin: 0;
padding: 0;
}
a {
text-decoration: none;
color: #108db8;
font-weight: bold;
}
img {
max-width: 100%;
}
nav {
width: 100%;
background: #108db8;
}
nav a {
color: white;
padding: 1rem;
display: inline-block;
}
.content {
padding: 1rem;
}