Add 300 and update CSS for better code
This commit is contained in:
parent
fbd05a21af
commit
f7b73bc2ff
10 changed files with 276 additions and 24 deletions
33
style.css
33
style.css
|
@ -1,3 +1,21 @@
|
|||
code {
|
||||
background: #121212;
|
||||
font: 1.0em/1.35 'Nimbus Mono PS', 'Liberation Mono', Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', 'Lucida Console', monospace;
|
||||
padding: 0.2em;
|
||||
padding-top: 0.4em;
|
||||
border-radius: .3em;
|
||||
}
|
||||
|
||||
pre {
|
||||
|
||||
background: #121212;
|
||||
font-size: 1.5em/1.35;
|
||||
padding: 1em;
|
||||
margin: .5em 0;
|
||||
overflow: auto;
|
||||
border-radius: .3em;
|
||||
}
|
||||
|
||||
body {
|
||||
color: #dadada;
|
||||
background: #202020;
|
||||
|
@ -23,15 +41,6 @@ h3 {
|
|||
line-height: 1.2
|
||||
}
|
||||
|
||||
code {
|
||||
background: #121212
|
||||
}
|
||||
|
||||
pre {
|
||||
|
||||
background: #121212
|
||||
}
|
||||
|
||||
wrap {
|
||||
word-wrap: break-word
|
||||
}
|
||||
|
@ -65,4 +74,10 @@ wrap {
|
|||
|
||||
footer {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
border-left: 3px solid #59997a;
|
||||
padding-left: 1em;
|
||||
margin-left: 0.5;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue