diff --git a/resources/assets/src/stylus/common.styl b/resources/assets/src/stylus/common.styl index 2e6299f7..b20802b0 100644 --- a/resources/assets/src/stylus/common.styl +++ b/resources/assets/src/stylus/common.styl @@ -4,6 +4,11 @@ body, h1, h2, h3, h4, h5, h6, .logo { font-family: font_stack; } +#toast-container > div { + opacity: 1; + filter: "alpha(opacity=100)"; +} + /* fucking webkit autofill */ input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px #fff inset;