mirror of
https://github.com/wassname/template.git
synced 2026-06-27 19:17:15 +08:00
Fixing ul font family
This commit is contained in:
@@ -127,22 +127,23 @@ dt-article a {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
dt-article p {
|
||||
dt-article p,
|
||||
dt-article ul {
|
||||
margin-bottom: 24px;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
font-family: Georgia, serif;
|
||||
}
|
||||
|
||||
dt-article p a {
|
||||
dt-article a {
|
||||
border-bottom: 1px solid rgba(0, 0, 0, 0.4);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
dt-article p a:hover {
|
||||
dt-article a:hover {
|
||||
border-bottom: 1px solid rgba(0, 0, 0, 0.8);
|
||||
}
|
||||
|
||||
dt-article p .link {
|
||||
dt-article .link {
|
||||
text-decoration: underline;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user