Skip to content

Commit 8f36e75

Browse files
colifftmcw
authored andcommitted
Formatted with Prettier
BREAKING CHANGE: The next release will require Node 8
1 parent 2b035fd commit 8f36e75

File tree

1 file changed

+20
-13
lines changed

1 file changed

+20
-13
lines changed

src/default_theme/assets/style.css

+20-13
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ h4 {
2626
}
2727

2828
a {
29-
color: #1184CE;
29+
color: #1184ce;
3030
text-decoration: none;
3131
}
3232

@@ -51,12 +51,12 @@ a:hover {
5151
}
5252

5353
section:target h3 {
54-
font-weight:700;
54+
font-weight: 700;
5555
}
5656

5757
.documentation td,
5858
.documentation th {
59-
padding: .25rem .25rem;
59+
padding: 0.25rem 0.25rem;
6060
}
6161

6262
h1:hover .anchorjs-link,
@@ -82,13 +82,16 @@ h4:hover .anchorjs-link {
8282
}
8383
}
8484

85-
.pre, pre, code, .code {
86-
font-family: Source Code Pro,Menlo,Consolas,Liberation Mono,monospace;
85+
.pre,
86+
pre,
87+
code,
88+
.code {
89+
font-family: Source Code Pro, Menlo, Consolas, Liberation Mono, monospace;
8790
font-size: 14px;
8891
}
8992

9093
.fill-light {
91-
background: #F9F9F9;
94+
background: #f9f9f9;
9295
}
9396

9497
.width2 {
@@ -100,10 +103,10 @@ h4:hover .anchorjs-link {
100103
display: block;
101104
width: 100%;
102105
height: 2rem;
103-
padding: .5rem;
106+
padding: 0.5rem;
104107
margin-bottom: 1rem;
105108
border: 1px solid #ccc;
106-
font-size: .875rem;
109+
font-size: 0.875rem;
107110
border-radius: 3px;
108111
box-sizing: border-box;
109112
}
@@ -115,15 +118,19 @@ table {
115118
.prose table th,
116119
.prose table td {
117120
text-align: left;
118-
padding:8px;
119-
border:1px solid #ddd;
121+
padding: 8px;
122+
border: 1px solid #ddd;
120123
}
121124

122-
.prose table th:nth-child(1) { border-right: none; }
123-
.prose table th:nth-child(2) { border-left: none; }
125+
.prose table th:nth-child(1) {
126+
border-right: none;
127+
}
128+
.prose table th:nth-child(2) {
129+
border-left: none;
130+
}
124131

125132
.prose table {
126-
border:1px solid #ddd;
133+
border: 1px solid #ddd;
127134
}
128135

129136
.prose-big {

0 commit comments

Comments
 (0)