mirror of
https://github.com/SebastianStork/kita.git
synced 2026-01-21 13:21: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 {
|
.dark body {
|
||||||
background: var(--bg-dark);
|
background: var(--bg-dark);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
*,
|
||||||
|
::before,
|
||||||
|
::after {
|
||||||
|
/* Auto direction for text */
|
||||||
|
unicode-bidi: plaintext;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@layer utilities {
|
@layer utilities {
|
||||||
|
|
|
||||||
|
|
@ -455,7 +455,11 @@ body {
|
||||||
background: var(--bg-dark);
|
background: var(--bg-dark);
|
||||||
}
|
}
|
||||||
|
|
||||||
*, ::before, ::after {
|
*,
|
||||||
|
::before,
|
||||||
|
::after {
|
||||||
|
/* Auto direction for text */
|
||||||
|
unicode-bidi: plaintext;
|
||||||
--tw-border-spacing-x: 0;
|
--tw-border-spacing-x: 0;
|
||||||
--tw-border-spacing-y: 0;
|
--tw-border-spacing-y: 0;
|
||||||
--tw-translate-x: 0;
|
--tw-translate-x: 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue