Files
frontend/src/index.css
T
Manuel Prodinger 00268ebbd2 Eingabefeld, Listenansicht erstellt
Eingabefeld fertig + Listenansicht
2022-03-30 11:26:31 +02:00

20 lines
457 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans",
"Droid Sans", "Helvetica Neue", sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}
input {
font-family: FontAwesome;
}