|
|
|
@ -23,14 +23,6 @@
|
|
|
|
scroll-behavior: smooth;
|
|
|
|
scroll-behavior: smooth;
|
|
|
|
text-rendering: optimizelegibility;
|
|
|
|
text-rendering: optimizelegibility;
|
|
|
|
-webkit-tap-highlight-color: transparent;
|
|
|
|
-webkit-tap-highlight-color: transparent;
|
|
|
|
|
|
|
|
|
|
|
|
&.invert-mode {
|
|
|
|
|
|
|
|
@apply invert;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&.grayscale-mode {
|
|
|
|
|
|
|
|
@apply grayscale;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#app,
|
|
|
|
#app,
|
|
|
|
@ -139,3 +131,11 @@
|
|
|
|
@apply bg-card text-card-foreground border-border rounded-xl border shadow;
|
|
|
|
@apply bg-card text-card-foreground border-border rounded-xl border shadow;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
html.invert-mode {
|
|
|
|
|
|
|
|
@apply invert;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
html.grayscale-mode {
|
|
|
|
|
|
|
|
@apply grayscale;
|
|
|
|
|
|
|
|
}
|
|
|
|
|