Skip to content

Commit 4d7c304

Browse files
committed
Remove CSS overrides for heading styles except for font and color
1 parent 6d6b323 commit 4d7c304

File tree

3 files changed

+4
-14
lines changed

3 files changed

+4
-14
lines changed

app/config/sculpin_site.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Pantheon Docs
55
subtitle: Information for building, launching, and running dynamic sites on the Pantheon Website Management Platform
66
url: /docs
77
site_url: https://pantheon.io
8-
assets_version: 6.1
8+
assets_version: 6.2
99

1010
#######################################################################################################
1111
# The contributors. Include your info here, under the "contributors" key, using the following template:

source/docs/assets/css/main.css

+2-12
Original file line numberDiff line numberDiff line change
@@ -289,32 +289,22 @@ p{
289289
}
290290

291291
h1{
292-
font-size: 36px;
293-
line-height: 1.3em;
292+
font-family: Avenir-Heavy;
293+
color: #313945;
294294
}
295295

296296
h2 {
297-
font-size:24px;
298-
line-height: 1.3em;
299-
margin: 40px 0 10px 0;
300297
font-family: Avenir-Heavy;
301298
color: #313945;
302299
}
303300

304301
h3 {
305-
margin: 30px 0 5px 0;
306302
font-family: Avenir-Heavy;
307-
font-size: 18px;
308303
color: #44525E;
309304
}
310305
h4 {
311-
margin: 20px 0 20px 0;
312306
font-family: Avenir-Heavy;
313-
font-size: 14px;
314-
text-transform: uppercase;
315307
color: #313945;
316-
letter-spacing: 2px;
317-
line-height: 24px;
318308
}
319309
h3.changelog {
320310
font-family: Avenir-Heavy;

source/docs/assets/js/jquery.tocify.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585

8686
// **scrollTo**: Accepts Number (pixels)
8787
// The amount of space between the top of page and the selected table of contents item after the page has been scrolled
88-
scrollTo: 125,
88+
scrollTo: 145,
8989

9090
// **showAndHideOnScroll**: Accepts a boolean: true or false
9191
// Determines if table of contents nested items should be shown and hidden while scrolling

0 commit comments

Comments
 (0)