tailwind.css 367 Bytes
Newer Older
Timothy J. Baek's avatar
Timothy J. Baek committed
1
2
3
4
5
@tailwind base;
@tailwind components;
@tailwind utilities;

@layer base {
Timothy J. Baek's avatar
Timothy J. Baek committed
6
7
	html,
	pre {
Silentoplayz's avatar
Silentoplayz committed
8
9
10
11
		font-family: -apple-system, 'Arimo', ui-sans-serif, system-ui, 'Segoe UI', Roboto, Ubuntu,
			Cantarell, 'Noto Sans', sans-serif, 'Helvetica Neue', Arial, 'Apple Color Emoji',
			'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	}
Timothy J. Baek's avatar
Timothy J. Baek committed
12

Timothy J. Baek's avatar
Timothy J. Baek committed
13
14
15
	pre {
		white-space: pre-wrap;
	}
Timothy J. Baek's avatar
Timothy J. Baek committed
16
}