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 {
|
body {
|
||||||
font-family: ClearSans, sans-serif;
|
font-family: ClearSans, sans-serif;
|
||||||
text-align:justify;
|
text-align:justify;
|
||||||
font-size: 16px;
|
font-size: 4mm;
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
color: #666;
|
color: #333;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -60,22 +60,6 @@ em {
|
||||||
font-style: italic;
|
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 {
|
a {
|
||||||
color:#2484c1;
|
color:#2484c1;
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
|
@ -105,7 +89,7 @@ h1 {
|
||||||
border-right:0px;
|
border-right:0px;
|
||||||
border-bottom:1px;
|
border-bottom:1px;
|
||||||
border-color:#666;
|
border-color:#666;
|
||||||
border-style:dashed;
|
border-style:none;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue