Skip to content

Commit 42f8e76

Browse files
author
shenzhiqing
committed
style: 增加样式不显示组件轮廓
1 parent f5d0335 commit 42f8e76

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

website/src/index.css

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
body {
22
font-size: 14px;
33
font-family: 'Segoe UI Emoji';
4-
font-family: 'Segoe UI Emoji', -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
4+
font-family: 'Segoe UI Emoji', -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif,
5+
Apple Color Emoji, Segoe UI Emoji;
6+
}
7+
8+
* {
9+
outline: none;
510
}
611

712
a {
813
text-decoration: none;
9-
}
14+
}

0 commit comments

Comments
 (0)