fix: 修复reset和A标签样式缺失导致的问题 (#195)

* fix: 修复reset样式缺失导致的问题

* fix: 修复A标签样式缺失的问题
This commit is contained in:
悠静萝莉 2022-06-28 18:39:21 +08:00 committed by GitHub
parent 5b056b42e8
commit 78133dedf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,7 @@ body {
line-height: 1.5;
-webkit-font-smoothing: antialiased;
padding: 0;
margin: 0;
}
pre {
@ -40,7 +41,7 @@ p {
box-sizing: border-box;
}
.t-button-link {
.t-button-link, a {
color: var(--tdvns-brand-color);
text-decoration: none;
margin-right: var(--tdvns-spacer-3);