mirror of
https://github.com/10h30/trestle.git
synced 2026-07-11 18:56:07 +09:00
Updated font and blockquote styles.
This commit is contained in:
@@ -140,7 +140,7 @@ html {
|
||||
body {
|
||||
background-color: #fff;
|
||||
color: #666;
|
||||
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||
font-family: Lato, sans-serif;
|
||||
font-size: 16px;
|
||||
font-size: 1.6rem;
|
||||
font-weight: 300;
|
||||
@@ -228,6 +228,12 @@ blockquote::before {
|
||||
top: 0px;
|
||||
}
|
||||
|
||||
blockquote cite {
|
||||
display: block;
|
||||
margin-right: 10%;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.content code {
|
||||
background-color: #333;
|
||||
color: #ddd;
|
||||
@@ -780,7 +786,6 @@ img.alignright,
|
||||
|
||||
.author-box-title {
|
||||
color: #333;
|
||||
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||
font-size: 16px;
|
||||
font-size: 1.6rem;
|
||||
margin-bottom: 4px;
|
||||
|
||||
Reference in New Issue
Block a user