Files
misode.github.io/src/styles/main.css
Misode f71e44f91b Add Tailwind CSS (#425)
* Install and configure tailwind

* Fix style issues
2023-10-02 23:38:18 +02:00

16 lines
179 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
html {
line-height: normal;
}
a {
text-decoration: underline;
}
input::placeholder {
color: rgb(117, 117, 117);
}