mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-22 04:17:11 +02:00
parent
175f1a733e
commit
a5576f648d
1 changed files with 4 additions and 6 deletions
10
style.css
10
style.css
|
@ -3,14 +3,12 @@
|
||||||
@tailwind utilities;
|
@tailwind utilities;
|
||||||
|
|
||||||
@layer base {
|
@layer base {
|
||||||
html,
|
html {
|
||||||
|
@apply h-full overflow-auto bg-slate-50 text-base text-slate-600;
|
||||||
|
}
|
||||||
body,
|
body,
|
||||||
#__next {
|
#__next {
|
||||||
height: 100%;
|
@apply h-full;
|
||||||
@apply overflow-x-hidden bg-slate-50;
|
|
||||||
}
|
|
||||||
body {
|
|
||||||
@apply bg-slate-50 text-base text-slate-600;
|
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
@apply mb-4;
|
@apply mb-4;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue