five-for-the-future/themes/pub/wporg/css/base/_copy.scss

46 lines
616 B
SCSS

p {
margin: 1rem 0;
}
dfn, cite, em, i {
font-style: italic;
}
blockquote {
margin: 0 1.5rem;
}
address {
margin: 0 0 1.5rem;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6rem;
max-width: 100%;
overflow: auto;
padding: 1.6rem;
}
code, kbd, tt, var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 0.9375rem;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
}