1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-21 09:59:28 +08:00
Files
Alas/webapp/packages/renderer/src/design/index.less

42 lines
627 B
Plaintext

@import "./theme.less";
@import 'var/index.less';
input:-webkit-autofill {
box-shadow: 0 0 0 1000px white inset !important;
}
:-webkit-autofill {
transition: background-color 5000s ease-in-out 0s !important;
}
html {
overflow: hidden;
text-size-adjust: 100%;
}
html,
body {
width: 100%;
height: 100%;
overflow: visible !important;
overflow-x: hidden !important;
&.color-weak {
filter: invert(80%);
}
&.gray-mode {
filter: grayscale(100%);
filter: progid:dximagetransform.microsoft.basicimage(grayscale=1);
}
}
a:focus,
a:active,
button,
div,
svg,
span {
outline: none !important;
}