style(globals): set global border radius to 0

This commit is contained in:
2026-03-29 20:58:24 +02:00
parent d36ee6ab53
commit 4872745edc

View File

@@ -14,6 +14,7 @@
* {
box-sizing: border-box;
border-color: rgb(var(--color-border));
border-radius: 0 !important;
}
html,