mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-02-02 18:28:40 +08:00
fix: css introduction order error
This commit is contained in:
parent
276ef2ebc3
commit
d494bf170c
@ -23,14 +23,6 @@
|
||||
scroll-behavior: smooth;
|
||||
text-rendering: optimizelegibility;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
|
||||
&.invert-mode {
|
||||
@apply invert;
|
||||
}
|
||||
|
||||
&.grayscale-mode {
|
||||
@apply grayscale;
|
||||
}
|
||||
}
|
||||
|
||||
#app,
|
||||
@ -139,3 +131,11 @@
|
||||
@apply bg-card text-card-foreground border-border rounded-xl border shadow;
|
||||
}
|
||||
}
|
||||
|
||||
html.invert-mode {
|
||||
@apply invert;
|
||||
}
|
||||
|
||||
html.grayscale-mode {
|
||||
@apply grayscale;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user