Make adjustments to CSS

723787f423d54833defb155b9c9d2f0ab218bc92
Alexis Sellier committed ago 1 parent f0b3f257
css/base.css +8 -2
80 80
strong {
81 81
	font-weight: 900;
82 82
}
83 83
84 84
video, img {
85 -
	border: 1px solid #888;
86 -
	margin: 30px 0;
87 85
	outline: none;
88 86
}
89 87
90 88
hr {
91 89
	border: none;
154 152
}
155 153
code.language-rust .keyword {
156 154
	color: white;
157 155
	font-weight: bold;
158 156
}
157 +
code.language-rust .trait {
158 +
	color: #8b9297;
159 +
	font-weight: bold;
160 +
}
159 161
code.language-rust .ref {
160 162
	color: #9bb2b7;
161 163
}
162 164
code.language-rust .macro {
163 165
	color: white;
183 185
	vertical-align: baseline;
184 186
	position: relative;
185 187
	top: -0.4em;
186 188
}
187 189
190 +
img[alt="crates.io"], img[alt="docs.rs"] {
191 +
	height: 1.5rem;
192 +
}
193 +
188 194
/*
189 195
 * NOTE
190 196
 */
191 197
192 198
.note p {