💄 Style: add some base reboot styles

This commit is contained in:
Cell
2022-09-18 14:53:40 +08:00
parent 5a9aab3730
commit fd5ea5b7ab
2 changed files with 14 additions and 3 deletions
+13 -1
View File
@@ -1,3 +1,5 @@
@import "../../lib/normalize/normalize";
html {
font-family: $global-font-family;
font-weight: $global-font-weight;
@@ -56,13 +58,23 @@ img {
}
iframe {
border: 0;
@include border-radius($global-border-radius);
}
[role=button] {
[role='button'] {
cursor: pointer;
}
summary {
cursor: pointer;
}
abbr[title] {
cursor: help;
text-decoration-skip-ink: none;
}
@include ms;
@include link(true, true);
+1 -2
View File
@@ -3,11 +3,10 @@
@import "_variables";
@import "_override";
@import "_mixin/index";
@import "../lib/normalize/normalize";
@import "_core/root";
@import "_core/common";
@import "_core/base";
@import "_core/layout";
@import "_core/common";
@import "_page";
@import "_partials/header";
@import "_partials/footer";