tweak: styles
This commit is contained in:
parent
fb77f0070b
commit
1bd5f8edb8
|
@ -22,7 +22,7 @@
|
||||||
body {
|
body {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
font-family: serif;
|
font-family: serif;
|
||||||
/* font-family: 'Source Serif Pro', serif; */
|
/* font-family: 'Source Serif Pro', serif; */
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
background-color: #fcfcfc;
|
background-color: #fcfcfc;
|
||||||
|
@ -191,6 +191,16 @@ blockquote::before{
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Code bloocks */
|
/* Code bloocks */
|
||||||
|
pre {
|
||||||
|
background-color: #eeeeee;
|
||||||
|
border: 2px solid;
|
||||||
|
overflow-x: auto;
|
||||||
|
}
|
||||||
|
pre, code {
|
||||||
|
padding: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
pre, code {
|
pre, code {
|
||||||
display: block;
|
display: block;
|
||||||
overflow-x:auto;
|
overflow-x:auto;
|
||||||
|
@ -202,7 +212,7 @@ pre, code {
|
||||||
margin: 2em;
|
margin: 2em;
|
||||||
max-width: 1100px !important;
|
max-width: 1100px !important;
|
||||||
background: #F0F0F0;
|
background: #F0F0F0;
|
||||||
}
|
}*/
|
||||||
|
|
||||||
/* Lists */
|
/* Lists */
|
||||||
/* this aligns the sitemap */
|
/* this aligns the sitemap */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user