Current section

Files

Jump to
oaskit priv assets error.css
Raw

priv/assets/error.css

/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h2,h4,h5,h6{margin:0;padding:0}h1,h2,h2,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select{margin:0}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}img,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
/*! oaskit | MIT License | github.com/lud/oaskit */
body {
margin: auto;
max-width: 960px;
padding: 2rem;
font-family: 'Helvetica Neue', 'Arial Nova', Arial, Helvetica, sans-serif;
}
h1, h2 {
font-weight: bold;
display:block;
}
h1 {
font-size: 3rem;
margin: 0 0 2rem;
}
h1 .status {
color: #999;
font-size: .5em;
display: block;
}
h2 {
margin: 1rem 0 0;
}
pre, p {
margin-top: 1rem;
}
code,pre {
font-family: Inconsolata, Consolas, 'Noto Mono', 'DejaVu Sans Mono', 'Courier New', Courier, monospace;
}
code {
color: #b90101;
}
pre {
padding: 1rem;
background: #333;
color: #eee;
max-width: 960px;
overflow-x: auto;
}
ol, ul {
list-style-position:inside;
}
li {
margin: 2rem 0 0;
}
li h2 {
display: inline-block;
}