eb2-proxy-website/src/app.css

15 řádky
190 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
body {
font-family: 'Roboto Mono', monospace;
}
a {
text-decoration: underline;
}
a:hover {
text-decoration: none;
}