Skip to content

Commit 127e46a

Browse files
committed
tweak font sizes
1 parent c4aa2ad commit 127e46a

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

resources/assets/sass/components/_prism.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
.docs article code[class*="language-"],
99
.docs article pre[class*="language-"] {
10-
font-size: 11px;
10+
font-size: 12px;
1111
line-height: 2.0;
1212
vertical-align: middle;
1313
}
@@ -23,7 +23,7 @@ pre[class*="language-"] {
2323
word-spacing: normal;
2424
word-break: normal;
2525
line-height: 1.7;
26-
font-size: 11.5px;
26+
font-size: 12px;
2727

2828
-moz-tab-size: 4;
2929
-o-tab-size: 4;

resources/assets/sass/components/_sidebar.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
font-weight: 400;
1111
padding: 0.75rem 0.75rem 0.75rem 0;
1212
margin: 0;
13-
font-weight: 600;
1413
cursor: pointer;
1514
transition: color 0.1s linear;
1615
border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
16+
font-family: $font;
1717

1818
&:focus {
1919
outline: 0;
@@ -66,7 +66,7 @@
6666
font-weight: 400;
6767
padding: 0;
6868
margin: 0;
69-
line-height: 25px;
69+
line-height: 30px;
7070

7171
> ul {
7272
list-style: none;

resources/assets/sass/content/_docs.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
list-style: none;
2323
font-size: 16px;
2424
font-weight: bold;
25+
font-weight: 600;
2526
line-height: 1.5;
2627
padding-bottom: 50px;
2728
border-bottom: 1px solid $color__faint;
@@ -80,9 +81,11 @@
8081

8182
h4 {
8283
font-size: 16px;
83-
font-weight: 700;
84+
font-weight: bold;
85+
font-weight: 600;
8486
margin-top: 35px;
8587
margin-bottom: 10px;
88+
font-family: $font;
8689
}
8790

8891
a {

0 commit comments

Comments
 (0)