style(globals): set global border radius to 0
This commit is contained in:
@@ -14,6 +14,7 @@
|
|||||||
* {
|
* {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
border-color: rgb(var(--color-border));
|
border-color: rgb(var(--color-border));
|
||||||
|
border-radius: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
html,
|
html,
|
||||||
|
|||||||
Reference in New Issue
Block a user