This repository has been archived on 2024-02-04. You can view files and clone it, but cannot push or open issues or pull requests.
blog.polynom.me/input.css

29 lines
445 B
CSS
Raw Normal View History

2023-07-16 20:51:58 +00:00
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
article > p > a, h1, h2, h3, h4, h5, h6 {
@apply text-indigo-400 !important;
}
article > p > strong, code {
@apply text-white !important;
}
article > h1, h2, h3, h4, h5, h6 {
@apply text-indigo-400 !important;
}
body {
2023-07-16 20:51:58 +00:00
background-color: #212121;
}
2023-07-16 20:51:58 +00:00
html {
@apply text-white;
}
2023-07-16 20:51:58 +00:00
a {
@apply text-indigo-400 !important;
}
}