mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19:12 +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;
|
||||
}
|
||||
|
||||
/* Style lists by default. Overrides no list styling being applied previously. */
|
||||
ul,
|
||||
ol,
|
||||
menu {
|
||||
list-style: revert;
|
||||
padding: revert;
|
||||
margin: revert;
|
||||
}
|
||||
|
||||
body {
|
||||
@apply bg-background text-foreground;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user