holoplay-core
Version:
A library that works with Looking Glass HoloPlay Service
30 lines (24 loc) • 450 B
CSS
/* CSS files add styling rules to your content */
body {
font-family: "Benton Sans", "Helvetica Neue", helvetica, arial, sans-serif;
margin: 2em;
font-weight: 700;
}
h1 {
font-style: italic;
color: #373fff;
}
pre>code {
font-family: 'PT Mono', monospace;
}
p {
font-weight: normal;
}
.example-img:hover {
border: 3px solid #373fff;
}
#info{
font-size: 14px;
font-weight: normal;
color: red;
}