2024-06-03 01:40:27 +00:00
|
|
|
@tailwind base;
|
|
|
|
@tailwind components;
|
|
|
|
@tailwind utilities;
|
2024-05-19 02:07:23 +00:00
|
|
|
|
2024-06-03 01:40:27 +00:00
|
|
|
p,
|
|
|
|
h1,
|
|
|
|
h2,
|
|
|
|
h3,
|
|
|
|
h4,
|
|
|
|
h5,
|
|
|
|
h6 {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
p + p {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
p a {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.max-h-view-minus-header {
|
|
|
|
max-height: calc(100vh - 4rem);
|
2024-05-19 02:07:23 +00:00
|
|
|
}
|