mirror of
https://github.com/SphericalKat/medium.rip.git
synced 2025-03-13 00:15:56 +00:00
25 lines
330 B
CSS
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;
|
|
}
|