13 lines
153 B
CSS
13 lines
153 B
CSS
@import "tailwindcss";
|
|
|
|
html,
|
|
body,
|
|
#root {
|
|
height: 100%;
|
|
margin: 0;
|
|
}
|
|
|
|
body.success-bg {
|
|
background: linear-gradient(135deg, #0f172a, #111827);
|
|
}
|