medium.rip/frontend/src/show.css
Sphericalkat 7efffe6acd feat: add support for embedded content (iframes & gists)
Signed-off-by: Sphericalkat <amolele@gmail.com>
2023-05-29 23:52:24 +05:30

25 lines
330 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
:root {
--accent: #23b0ff;
--background: #1f222a;
}
html, body {
width: 100%;
height: 100%;
}
@media (min-width: 1024px) {
html {
font-size: 1.125rem;
line-height: 1.7777778;
}
}
.gist tbody tr {
border: none !important;
}