Fixed code blocks line wrapping
This commit is contained in:
parent
42c9f4ee5e
commit
e0f6531624
2 changed files with 4 additions and 7 deletions
|
@ -5,9 +5,6 @@ html {
|
|||
body, main {
|
||||
background-color: #073642;
|
||||
}
|
||||
code {
|
||||
background-color: #073642;
|
||||
}
|
||||
a {
|
||||
color: #b58900;
|
||||
}
|
||||
|
@ -27,10 +24,7 @@ h5,
|
|||
h6 {
|
||||
color: #859900;
|
||||
}
|
||||
pre {
|
||||
pre,code {
|
||||
background-color: #002b36;
|
||||
color: #839496;
|
||||
}
|
||||
pre, code {
|
||||
background-color: #002b36;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue