File tree 3 files changed +15
-11
lines changed
3 files changed +15
-11
lines changed Original file line number Diff line number Diff line change 55
55
}
56
56
57
57
ul {
58
+ list-style : none ;
58
59
padding : 0 60px ;
59
60
60
61
li {
89
90
}
90
91
91
92
@media (min-width : 600px ) {
92
- .content p {
93
+ .content p , .content ul {
93
94
text-align : justify ;
94
95
}
95
96
}
Original file line number Diff line number Diff line change 1
1
* {
2
2
box-sizing : border-box ;
3
3
color : $text-color ;
4
- font-family : sans-serif ;
5
4
}
6
5
7
6
a {
42
41
padding : 10px ;
43
42
}
44
43
44
+ h3 {
45
+ font-family : serif ;
46
+ }
45
47
i .fa {
46
48
position : relative ;
47
49
top : -1px ;
48
50
}
49
51
50
- ul {
51
- list-style : none ;
52
- padding : 0 ;
53
- }
54
-
55
52
pre ,
56
53
code {
57
54
background-color : #F2F2F2 ;
58
55
border-radius : 3px ;
59
56
border : 1px solid #E2E2E2 ;
57
+ font-family : monospace ;
60
58
font-size : 15px ;
61
59
}
62
60
63
- p > code {
64
- padding : 1px 5px ;
65
- white-space : nowrap ;
61
+ p {
62
+ font-family : sans-serif ;
63
+ overflow : hidden ;
64
+
65
+ > code {
66
+ padding : 1px 5px ;
67
+ white-space : nowrap ;
68
+ }
66
69
}
67
70
68
71
pre {
Original file line number Diff line number Diff line change 5
5
background : #fff ;
6
6
7
7
.highlighter-rouge & {
8
- background : #eef ;
8
+ background : #eee ;
9
9
}
10
10
11
11
.c { color : #998 ; font-style : italic } // Comment
You can’t perform that action at this time.
0 commit comments