mirror of
https://github.com/SebastianStork/kita.git
synced 2026-01-21 14:31:35 +01:00
fix: auto direction for text
This commit is contained in:
parent
25361cfd7a
commit
466255df58
2 changed files with 12 additions and 1 deletions
|
|
@ -23,6 +23,13 @@
|
|||
.dark body {
|
||||
background: var(--bg-dark);
|
||||
}
|
||||
|
||||
*,
|
||||
::before,
|
||||
::after {
|
||||
/* Auto direction for text */
|
||||
unicode-bidi: plaintext;
|
||||
}
|
||||
}
|
||||
|
||||
@layer utilities {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue