diff --git a/resources/assets/src/stylus/common.styl b/resources/assets/src/stylus/common.styl index d70990e6..2e6299f7 100644 --- a/resources/assets/src/stylus/common.styl +++ b/resources/assets/src/stylus/common.styl @@ -1,21 +1,12 @@ font_stack = Ubuntu, 'Segoe UI', 'Microsoft Yahei', 'Microsoft Jhenghei', sans-serif; body, h1, h2, h3, h4, h5, h6, .logo { - font-family: font_stack !important; -} - -.swal2-modal, .swal2-content { font-family: font_stack; - font-weight: 400 !important; -} - -.swal2-modal h2 { - font-size: 25px; } /* fucking webkit autofill */ input:-webkit-autofill { - -webkit-box-shadow: 0 0 0px 1000px #fff inset !important; + -webkit-box-shadow: 0 0 0px 1000px #fff inset; } .item {