1
0
mirror of https://github.com/flarum/core.git synced 2025-05-25 16:50:25 +02:00

Tweak codeblock styles

This commit is contained in:
Toby Zerner 2015-05-18 16:46:13 +09:30
parent cec8f0aa25
commit 4233723ff6

View File

@ -272,6 +272,13 @@
border-top: 2px dotted @fl-body-bg; border-top: 2px dotted @fl-body-bg;
border-bottom: 2px dotted @fl-body-bg; border-bottom: 2px dotted @fl-body-bg;
} }
& pre {
border: 0;
padding: 15px;
background: #fafafa;
color: #666;
font-size: 90%;
}
} }
.post.is-hidden { .post.is-hidden {
& .post-header, & .post-header a, & .post-user h3, & .post-user h3 a { & .post-header, & .post-header a, & .post-user h3, & .post-user h3 a {