@curveball/browser
Version:
Automatic API browser generator. A middleware that turns your JSON responses into HTML if accessed by a browser.
30 lines (26 loc) • 405 B
CSS
@import url(../curveball/main.css);
header {
background-color: #004400;
background-image: none;
padding-left: 15px;
}
header::before {
content: "🎄";
padding-right: 10px;
font-size: 40px;
}
nav {
background: repeating-linear-gradient(
45deg,
#440000,
#660000 10px,
#440000 10px,
#660000 20px
); color: white;
}
nav li a {
color: white;
}
nav li a img {
filter: invert(1)
}