@akimeaki/reset-css 0.8.1 → 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/modules/reset.css +1 -1
- package/package.json +1 -1
package/modules/reset.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@layer aki-reset{body{font-family:"游ゴシック体",YuGothic,"游ゴシック","メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","MS Pゴシック",sans-serif;font-size:18px;line-height:1;color
|
|
1
|
+
@layer aki-reset{body{--black: #494949;font-family:"游ゴシック体",YuGothic,"游ゴシック","メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","MS Pゴシック",sans-serif;font-size:18px;line-height:1;color:var(--black);text-decoration:none;font-weight:normal;font-variant-ligatures:none;-webkit-tap-highlight-color:rgba(0,0,0,0);word-wrap:break-word;overflow-wrap:break-word;word-break:break-word}*{box-sizing:inherit;box-sizing:border-box;padding:0;margin:0;text-align:left;word-wrap:inherit;overflow-wrap:inherit;word-break:inherit;font-family:inherit;font-size:inherit;line-height:inherit;color:inherit;text-decoration:inherit;font-weight:inherit;font-variant-ligatures:inherit;-webkit-tap-highlight-color:inherit;border:none}*:focus{outline:none}html,body{width:100%;height:100%}ul,ol{padding-block-start:0;padding-block-end:0;padding-inline-start:40px;margin-inline-start:0;margin-inline-end:0}input,select,textarea{appearance:none;background-color:rgba(0,0,0,0);border:1px solid var(--black);border-radius:0}textarea{resize:none}button{background-color:rgba(0,0,0,0);border:1px solid var(--black);border-radius:0;cursor:pointer;user-select:none}a{cursor:pointer}table,thead,tbody,tr,th,td{border:1px solid var(--black);border-radius:0;border-collapse:collapse}}
|