katbin/assets/css/app.css
SphericalKat 16a0c7ec98
fix(ui): fix misc ui bugs
Signed-off-by: SphericalKat <amolele@gmail.com>
2021-08-15 01:25:18 +05:30

33 lines
450 B
CSS

/* This file is for your main application css. */
@import "tailwindcss/base";
@import "tailwindcss/components";
@import "tailwindcss/utilities";
* {
font-family: "JetBrains Mono", monospace;
color: white;
}
html,
body {
width: 100%;
height: 100%;
}
a:hover {
color: #ff9800
}
header {
background-color: #1a1a1a;
}
code {
font-family: "JetBrains Mono", monospace;
}
code {
white-space: pre;
font-size: 14px;
font-weight: bold;
}