2021-08-09 08:48:23 +00:00
|
|
|
/* This file is for your main application css. */
|
2021-08-11 08:16:02 +00:00
|
|
|
@import "tailwindcss/base";
|
|
|
|
@import "tailwindcss/components";
|
|
|
|
@import "tailwindcss/utilities";
|
|
|
|
|
2021-08-11 21:17:23 +00:00
|
|
|
* {
|
2021-08-13 06:43:59 +00:00
|
|
|
font-family: "JetBrains Mono", monospace;
|
|
|
|
color: white;
|
2021-08-11 21:17:23 +00:00
|
|
|
}
|
|
|
|
|
2021-08-13 06:43:59 +00:00
|
|
|
html,
|
|
|
|
body {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2021-08-11 21:17:23 +00:00
|
|
|
}
|
|
|
|
|
2021-08-13 06:43:59 +00:00
|
|
|
a:hover {
|
|
|
|
@apply text-amber;
|
2021-08-13 00:17:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
header {
|
2021-08-13 06:43:59 +00:00
|
|
|
background-color: #1a1a1a;
|
2021-08-13 00:17:13 +00:00
|
|
|
}
|
2021-08-11 21:17:23 +00:00
|
|
|
|
2021-08-13 02:16:10 +00:00
|
|
|
code {
|
2021-08-13 06:43:59 +00:00
|
|
|
font-family: "JetBrains Mono", monospace;
|
2021-08-09 08:48:23 +00:00
|
|
|
}
|