11 lines
122 B
CSS
11 lines
122 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
h1 {
|
|
font-size: 200%;
|
|
}
|
|
|
|
a {
|
|
text-decoration: underline;
|
|
} |