feat: remove global style declaration

This commit is contained in:
Prad Nukala
2024-09-27 21:23:45 -04:00
parent 482b8db6e9
commit c4505d98c1
3 changed files with 1 additions and 74 deletions
-4
View File
@@ -79,7 +79,3 @@ templ Columns() {
{ children... }
</div>
}
css main() {
font-family: R-Flex, system-ui, Avenir, Helvetica, Arial, sans-serif;
}