Skip to content

Commit cdfff17

Browse files
committed
Minor corrections for documentation style
Remove several duplicate references to --tile-background-color-amber. The margins on paragraphs were not correct. Webkit.org sets a margin of 0px on top and 30px on the bottom. Let's replicate this. Added a missing semi-colon too.
1 parent f084770 commit cdfff17

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/stylesheets/webkit.css

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@
7979
--header-menu-shadow: 0px 5px 5px hsla(0, 0%, 0%, 0.1);
8080
--header-menu-background-color: hsla(0, 0%, 100%, 0.8);
8181

82-
--tile-background-color-amber: hsl(48, 100%, 50%);
8382
--tile-background-color-twitter: hsl(197.9, 70.6%, 53.3%);
8483
--gray-tile-text-color: hsl(232.8, 100%, 37.5%);
8584

@@ -199,7 +198,6 @@
199198
--header-menu-shadow: 0px 5px 5px hsla(0, 0%, 0%, 0.1);
200199
--header-menu-background-color: hsla(0, 0%, 0%, 0.8);
201200

202-
--tile-background-color-amber: hsl(48, 100%, 50%);
203201
--tile-background-color-twitter: hsl(197.9, 70.6%, 53.3%);
204202
--gray-tile-text-color: hsl(232.8, 100%, 37.5%);
205203

@@ -233,7 +231,7 @@
233231
--syntax-color-xml-meta: hsl(180, 50%, 40%);
234232
--syntax-color-css-property: hsl(299.17, 70.59%, 80%);
235233
--syntax-color-css-selector: hsl(240, 1.3%, 84.5%);
236-
--syntax-color-css-number: hsl(275.53, 100%, 85.1%)
234+
--syntax-color-css-number: hsl(275.53, 100%, 85.1%);
237235

238236
--code-selection-background-color: hsl(214.2, 42.9%, 32.9%);
239237
}
@@ -361,8 +359,8 @@ body {
361359
font-weight: 400;
362360
font-feature-settings: normal;
363361
letter-spacing: -0.0105rem;
364-
margin-top: 0.75px;
365-
margin-bottom: 0.75rem;
362+
margin-top: 0;
363+
margin-bottom: 1.50rem;
366364
}
367365

368366
.md-content pre {

0 commit comments

Comments
 (0)