This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/assets/less/components/post.less

69 lines
803 B
Plaintext
Raw Normal View History

2017-10-08 08:26:41 +00:00
pre {
.db;
.overflow-auto;
word-break: normal;
word-wrap: no-wrap;
}
2017-10-24 21:40:41 +00:00
pre[class*="language-"] { .bn; .br0 }
2017-10-08 08:26:41 +00:00
2017-11-01 21:06:56 +00:00
pre code,
p code {
font-size: .8125rem;
}
pre code,
pre code.hljs,
.hljs {
.db;
.pa3;
.bl;
.bw2;
.b--black-40;
.mv2;
background: #eee;
}
2017-11-01 21:16:32 +00:00
p,
li {
code {
background: #eee;
padding: 1px 3px;
}
2017-11-01 21:06:56 +00:00
}
2017-10-08 08:26:41 +00:00
pre code {
.pre;
word-break: normal;
}
pre code .number {
.h-auto;
.mr0;
.pa0;
background-color: inherit;
font-size: inherit;
min-width: auto;
}
code.hljs {
.pa0;
background-color: inherit;
}
code[data-gist-id] {
.pa0;
background: transparent;
}
2017-11-01 21:15:29 +00:00
.note {
.bg-light-blue;
.bl;
.b--blue;
.bw2;
.pa3;
p:first-child { .mt0; }
p:last-child { .mb0; }
}