mirror of
https://github.com/wassname/template.git
synced 2026-08-16 11:29:40 +08:00
bg color
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
dt-article {
|
||||
display: block;
|
||||
color: rgba(0, 0, 0, 0.8);
|
||||
font: 15px/1.55em -apple-system, BlinkMacSystemFont, "Roboto", sans-serif;
|
||||
margin-bottom: 72px;
|
||||
font: 16px/1.55em -apple-system, BlinkMacSystemFont, "Roboto", sans-serif;
|
||||
padding-bottom: 72px;
|
||||
overflow: hidden;
|
||||
background: white;
|
||||
}
|
||||
|
||||
@media(min-width: 1024px) {
|
||||
@@ -15,13 +16,17 @@ dt-article {
|
||||
/* H1 */
|
||||
|
||||
dt-article h1 {
|
||||
margin-top: 48px;
|
||||
margin-top: 24px;
|
||||
font-weight: 400;
|
||||
font-size: 36px;
|
||||
line-height: 1.1em;
|
||||
font-family: Cochin, Georgia, serif;
|
||||
}
|
||||
|
||||
@media(min-width: 768px) {
|
||||
dt-article h1 {
|
||||
margin-top: 48px;
|
||||
}
|
||||
}
|
||||
|
||||
@media(min-width: 1080px) {
|
||||
dt-article.centered h1 {
|
||||
@@ -124,6 +129,7 @@ dt-article p {
|
||||
margin-bottom: 24px;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
font-family: Georgia, serif;
|
||||
font-family: 16px;
|
||||
}
|
||||
|
||||
dt-article p a {
|
||||
|
||||
Reference in New Issue
Block a user