Skip to content

Commit 55a135b

Browse files
authored
Merge pull request #60 from segment-oj/remove-all-border-radius-ztl
remove all border radius
2 parents 58f1f91 + 880e1c6 commit 55a135b

File tree

8 files changed

+15830
-5
lines changed

8 files changed

+15830
-5
lines changed

src/assets/css/basic.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ h2,
5252
h3,
5353
h4,
5454
h5 {
55-
font-weight: 300;
55+
font-weight: 400;
5656
color: #303133;
5757
}
5858

@@ -149,3 +149,7 @@ body {
149149
.no-top-margin {
150150
margin-top: 0;
151151
}
152+
153+
* {
154+
border-radius: 0 !important;
155+
}
54.6 KB
Binary file not shown.
27.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)