Skip to content

Commit

Permalink
Adjusted link colors and added underlines on dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
breezyfasano committed Sep 18, 2023
1 parent cb54bed commit eb91024
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,18 @@ html[data-theme="dark"] {
--ifm-table-cell-color: var(--color-green-blue);
}

/* Darkmode Links */
html[data-theme="dark"] {
--ifm-link-color: var(--color-white);
}

/* Underline only for links in text body */
html[data-theme="dark"] main a {
text-decoration: underline;
}



/* For /dbt-cloud/api REDOC Page */
html[data-theme="dark"] .api-content h2,
html[data-theme="dark"] .api-content h3,
Expand Down

0 comments on commit eb91024

Please sign in to comment.