Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions fern/products/docs/pages/changelog/2026-01-28.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## New CSS selectors for customization

The [CSS selectors reference](/learn/docs/customization/css-selectors-reference) now includes additional selectors for customizing your documentation site:

**Layout selectors** for controlling page structure: `.fern-layout-page`, `.fern-layout-guide`, `.fern-layout-reference`, `.fern-layout-overview`, and `.fern-layout-changelog`.

**Footer navigation selectors** for styling previous/next page links: `.fern-footer-nav`, `.fern-footer-prev`, `.fern-footer-next`, and `.fern-layout-footer-toolbar`.

**Changelog selectors** for customizing changelog pages: `.fern-changelog`, `.fern-changelog-entry`, `.fern-changelog-date`, `.fern-changelog-content`, and `.fern-changelog-label`.

**Additional utility selectors**: `.fern-page-actions` for page action buttons, `.fern-input-clear-button` for input clear buttons, and `.fern-api-property-constraint` for API property constraints.
Loading