1
0
mirror of https://github.com/flarum/core.git synced 2025-07-19 15:51:16 +02:00

Updated code style to be same as Scotch.IO's

This commit is contained in:
David Sevilla Martín
2016-04-17 19:01:19 -04:00
parent d74d2235db
commit ebef033bfd

View File

@@ -116,6 +116,14 @@
border-bottom: 2px dotted @body-bg;
margin: 1em 0;
}
code {
font-family: source-code-pro, Monaco, Consolas, "Courier New", monospace;
padding: 2px 6px;
background: #F2F7F9;
color: #256FC7;
font-size: 90%;
border-radius: 4px
}
pre {
border: 0;
padding: 15px;
@@ -128,6 +136,13 @@
padding: 0;
background: none;
}
code {
padding: 0;
background: transparent;
color: inherit;
font-size: 100%;
border-radius: 0;
}
}
h1 {
font-size: 160%;