Skip to content

Commit dc787fc

Browse files
committed
Fixed some styles for readability and fixed typo.
1 parent 608be6f commit dc787fc

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/quick-start/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Quicks start
1+
# Quick start
22

33
Thank you for having interest in this library!
44
In this section, I'll show some quick instructions for introducing this library into your app.

website/public/css/main.less

+5-1
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,24 @@
1313
}
1414

1515
// Fonts
16-
body, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p {
16+
body, h1, h2, h3, h4, h5, h6, p {
1717
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
1818
font-weight: 300;
1919
color: #212121;
2020
}
2121
body, p {
2222
font-size: 14px;
2323
}
24+
h1, h2 {
25+
color: #009688;
26+
}
2427
h1 {
2528
font-size: 28px;
2629
font-weight: 400;
2730
}
2831
h2 {
2932
font-size: 22px;
33+
font-weight: 400;
3034
}
3135
h3 {
3236
font-size: 20px;

0 commit comments

Comments
 (0)