Skip to content

Commit

Permalink
Default to the light theme (#866)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt committed Aug 27, 2022
1 parent 41bf83a commit ff4bde9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/_static/custom.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:root {
:root[data-theme="light"] {
--pst-color-primary: 56,123,178;
--pst-color-link: 56,123,178;
--pst-color-link-hover: 254,203,56;
Expand Down
1 change: 1 addition & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,5 @@
"last_release": f"v{release}",
"github_user": "holoviz",
"github_repo": "panel",
"default_mode": "light",
})

0 comments on commit ff4bde9

Please sign in to comment.