@curveball/browser
Version:
Automatic API browser generator. A middleware that turns your JSON responses into HTML if accessed by a browser.
29 lines (23 loc) • 378 B
CSS
@import url(../curveball/main.css);
header {
background-color: #000000;
background-image: none;
padding-left: 15px;
}
header::before {
content: "🎃";
padding-right: 10px;
font-size: 40px;
}
nav.top-nav {
background: #FF8000;
}
nav.top-nav li a {
color: white;
}
nav.top-nav li a img {
filter: invert(1)
}
.status-deprecated::before {
content: "🪦"
}