Skip to content

Commit

Permalink
Update CSS for the documentation (#6823)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro authored and philippjfr committed May 13, 2024
1 parent 0042d62 commit ea2d925
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions doc/_static/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
:root[data-theme='light'],
:root[data-theme='dark'] {
--pst-color-primary: #0072b5;
--pst-color-link: #0072b5;
--pst-color-inline-code: #0072b5;
--sd-color-card-border-hover: #0072b5;
--holoviz-main-color: #0072b5;
--pst-color-inline-code: var(--holoviz-main-color);
--pst-color-link-hover: var(--holoviz-main-color);
--pst-color-link: var(--holoviz-main-color);
--pst-color-primary: var(--holoviz-main-color);
--pst-color-secondary-bg: #d9ebf0; /* Announcement banner */
--pst-color-secondary-highlight: var(--holoviz-main-color);
--pst-color-secondary: var(--holoviz-main-color);
--sd-color-card-border-hover: var(--holoviz-main-color);
}

/* Fix breadcrumb overlap https://github.com/holoviz/panel/issues/5199 */
Expand Down

0 comments on commit ea2d925

Please sign in to comment.