Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
Updated light docs to be pure white 🤮
  • Loading branch information
edmcquinn committed Sep 12, 2024
1 parent 5b23177 commit 917a8ce
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions fern/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,15 @@
.endpoint-link:hover {
color: #88b290; /* Changes link color on hover */
}

.light .fern-theme-default.fern-container {
background-color: white;
}

.light .fern-header {
background-color: white !important;
}

.light .fern-header-tabs {
background-color: white !important;
}

0 comments on commit 917a8ce

Please sign in to comment.