Skip to content
Snippets Groups Projects
Commit e5e0370b authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

fix: add base style for frequently used hr

parent afc7cf93
No related branches found
No related tags found
No related merge requests found
......@@ -144,6 +144,11 @@ thead .fc-day-selected:hover {
font-size: 0.9em;
padding: 0.2em 0.5em;
}
hr {
@apply tw-my-4;
border-top: 1px solid rgb(0 0 0 / 0.1);
}
}
@layer utilities {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment