Lot theme updates
This commit is contained in:
parent
d36205017f
commit
b59d045de2
|
@ -0,0 +1,3 @@
|
|||
# varlogdiego
|
||||
|
||||
tes
|
|
@ -14,6 +14,8 @@ a:hover {
|
|||
h1, h2, h3, h4, h5, h6 {
|
||||
text-transform: none;
|
||||
letter-spacing: 0;
|
||||
font-weight: normal;
|
||||
margin-bottom: 0.8em;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
@ -40,6 +42,27 @@ h6 {
|
|||
font-size: 1em;
|
||||
}
|
||||
|
||||
p {
|
||||
margin-bottom: 1.3em;
|
||||
}
|
||||
|
||||
code {
|
||||
border: 0;
|
||||
color: #333;
|
||||
margin: 0;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
pre code {
|
||||
border: 1px solid #ffcb94;
|
||||
font-weight: normal !important;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
#main {
|
||||
max-width: 980px;
|
||||
}
|
||||
|
||||
#header {
|
||||
background-color: #f7f7f7;
|
||||
border-bottom: 0;
|
||||
|
@ -123,7 +146,7 @@ header p {
|
|||
}
|
||||
|
||||
blockquote p {
|
||||
margin: 10px;
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
.author .name {
|
||||
|
|
Loading…
Reference in New Issue