diff --git a/fern/assets/styles.css b/fern/assets/styles.css index ca8c4302f..831be6076 100644 --- a/fern/assets/styles.css +++ b/fern/assets/styles.css @@ -289,10 +289,6 @@ h1, h2, h3 { /*** END -- PRODUCT SELECTOR STYLING ***/ /*** START -- DOCS HOMEPAGE STYLING ***/ -a[href*="changelog"] svg { - display: none; -} - .docs-homepage { position: relative; .fern-card { @@ -369,10 +365,6 @@ a[href*="changelog"] svg { /*** END -- DOCS HOMEPAGE STYLING ***/ /*** START -- SDKS HOMEPAGE STYLING ***/ -a[href*="changelog"] svg { - display: none; -} - .sdks-homepage { position: relative; @@ -1109,4 +1101,9 @@ a[href*="changelog"] svg { display: none; } } -/*** END -- FERN EDITOR STYLING ***/ \ No newline at end of file +/*** END -- FERN EDITOR STYLING ***/ + +/* HACK: hide the changelog icon for changelog pages */ +a[href$="changelog"] svg { + display: none; +} \ No newline at end of file