keystone
Version:
Web Application Framework and Admin GUI / Content Management System built on Express.js and Mongoose
35 lines (33 loc) • 696 B
CSS
html {
font-size: 16px;
}
@media (max-width: 1024px) { html { font-size: 14px; } }
@media (max-width: 768px) { html { font-size: 13px; } }
h4 > code {
background-color: #f9f2f4;
/*border-radius: 4px;*/
color: #c7254e;
font-size: 90%;
line-height: 1;
/*padding: 2px 4px;*/
}
[data-primitive-type]::after {
background: #f9f9f9;
border-radius: 3px;
color: #0e487a;
content: attr(data-primitive-type);
font-family: Monaco, Menlo, Courier, monospace;
line-height: 1;
margin-left: 0.5em;
padding: 2px 4px;
white-space: nowrap;
}
article h2::before,
article h3::before {
content: " ";
display: block;
height: 1.4em;
margin-top: -1.4em;
pointer-events: none;
visibility: hidden;
}