mirror of
https://github.com/wassname/template.git
synced 2026-07-15 11:27:10 +08:00
Styles
This commit is contained in:
@@ -6,7 +6,7 @@ dt-header {
|
||||
display: block;
|
||||
position: relative;
|
||||
height: 60px;
|
||||
background: #f9f9f9;
|
||||
background: white;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
z-index: 2;
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
dt-article {
|
||||
display: block;
|
||||
color: rgba(0, 0, 0, 0.8);
|
||||
font: 15px/1.55em -apple-system, BlinkMacSystemFont, "Roboto", sans-serif;
|
||||
margin-bottom: 72px;
|
||||
}
|
||||
|
||||
@media(min-width: 1024px) {
|
||||
@@ -177,3 +179,8 @@ dt-article figure figcaption b {
|
||||
dt-article > dt-code {
|
||||
display: block;
|
||||
}
|
||||
|
||||
dt-article .citation {
|
||||
color: #668;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@@ -11,9 +11,8 @@ body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
dt-article .citation {
|
||||
color: #668;
|
||||
cursor: pointer;
|
||||
a {
|
||||
color: #004276;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user