Skip to content

Commit 4777691

Browse files
Fix override styles
1 parent 8cf9e10 commit 4777691

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.vuepress/style.styl

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
body
2-
background-color #f7fafc
3-
font-family "Source Sans Pro"
2+
background-color #f7fafc !important
3+
font-family "Source Sans Pro", -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif !important
44

55
.home .hero img
6-
margin-bottom 0
6+
margin-bottom 0 !important
77

88
.home .hero h1
9-
margin : 0.2rem auto;
10-
font-size : 2.5rem;
9+
margin : 0.2rem auto !important
10+
font-size : 2.5rem !important
1111

1212
.home .hero .description
13-
margin : 0.4rem auto;
14-
font-size : 1.1rem;
13+
margin : 0.4rem auto !important
14+
font-size : 1.1rem !important
1515

1616
.home .hero .action-button
17-
font-size : 1rem;
18-
padding : 0.7rem 1.3rem;
17+
font-size : 1rem !important
18+
padding : 0.7rem 1.3rem !important

0 commit comments

Comments
 (0)