mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-07 13:23:15 +00:00
Style list html elements by default on web app to improve readability
Previously list styling was turned off for some reason in Next.js
This commit is contained in:
@@ -333,6 +333,15 @@
|
|||||||
@apply border-border;
|
@apply border-border;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Style lists by default. Overrides no list styling being applied previously. */
|
||||||
|
ul,
|
||||||
|
ol,
|
||||||
|
menu {
|
||||||
|
list-style: revert;
|
||||||
|
padding: revert;
|
||||||
|
margin: revert;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@apply bg-background text-foreground;
|
@apply bg-background text-foreground;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user