File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 40
40
h6 {
41
41
font-family : " Prompt" ;
42
42
text-align : center ;
43
- word-wrap : break-word ;
43
+ word-wrap : break-word ;
44
44
white-space : normal ;
45
45
}
46
46
47
47
h1 {
48
48
font-size : 2.5em ;
49
49
}
50
+
50
51
article h2 {
51
52
border-bottom : #b9b9b9 solid 0.01em ;
52
53
}
54
+
53
55
h2 {
54
56
font-size : 2.2em ;
55
57
}
58
+
56
59
h3 {
57
60
font-size : 1.9em ;
58
61
}
62
+
59
63
h4 {
60
64
font-size : 1.6em ;
61
65
color : #cccccc ;
62
66
}
67
+
63
68
h5 {
64
69
font-size : 1.3em ;
65
70
}
71
+
66
72
h6 {
67
73
font-size : 1em ;
68
74
}
77
83
margin : 0px ;
78
84
}
79
85
80
- :not (pre ) > code ,
86
+ :not (pre )> code ,
81
87
kbd {
82
88
font-family : " Source Code Pro" , " Consolas" , monospace ;
83
89
font-size : 0.8em ;
87
93
vertical-align : middle ;
88
94
}
89
95
90
- :not (pre ) > code {
96
+ :not (pre )> code {
91
97
background-color : #323237 ;
92
98
}
93
99
You can’t perform that action at this time.
0 commit comments