clear-typography: update to latest version
This commit is contained in:
parent
15d7367b44
commit
ea09eda81e
1 changed files with 3 additions and 19 deletions
|
@ -46,9 +46,9 @@
|
|||
body {
|
||||
font-family: ClearSans, sans-serif;
|
||||
text-align:justify;
|
||||
font-size: 16px;
|
||||
font-size: 4mm;
|
||||
line-height: 1.5em;
|
||||
color: #666;
|
||||
color: #333;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
|
@ -60,22 +60,6 @@ em {
|
|||
font-style: italic;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
border-left:3px;
|
||||
border-right:0px;
|
||||
border-top:0px;
|
||||
border-bottom:0px;
|
||||
|
||||
font-size: 16px;
|
||||
line-height: 1.5em;
|
||||
|
||||
border-style:solid;
|
||||
border-color:#999;
|
||||
|
||||
padding-left:1em;
|
||||
margin-left:1.5em;
|
||||
}
|
||||
|
||||
a {
|
||||
color:#2484c1;
|
||||
text-decoration:none;
|
||||
|
@ -105,7 +89,7 @@ h1 {
|
|||
border-right:0px;
|
||||
border-bottom:1px;
|
||||
border-color:#666;
|
||||
border-style:dashed;
|
||||
border-style:none;
|
||||
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue