RSSHub-Radar/src/style.css

11 lines
112 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
body {
font-size: 14px;
}
a {
color: #f5712c;
}