mirror of
https://github.com/flarum/framework.git
synced 2024-11-29 04:33:47 +08:00
Updated code style to be same as Scotch.IO's
This commit is contained in:
parent
3000ec695d
commit
821bce38be
|
@ -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%;
|
||||
|
|
Loading…
Reference in New Issue
Block a user