mirror of
https://github.com/SphericalKat/medium.rip.git
synced 2025-03-14 08:25:58 +00:00
21 lines
281 B
CSS
21 lines
281 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;
|
||
|
}
|
||
|
}
|