Skip to content

Commit

Permalink
remove old color
Browse files Browse the repository at this point in the history
  • Loading branch information
cortespea committed Jan 10, 2024
1 parent b4e405f commit 5eb838c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/_static/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
html[data-theme="dark"] img {
filter: none;
}

html[data-theme="dark"] .bd-content img:not(.only-dark) {
background: unset;
}

.bd-header-announcement:after {
background-color: rgb(225, 173, 106);
}

html[data-theme="light"] {
--pst-color-title: rgb(69, 157, 185);
}
Expand Down

0 comments on commit 5eb838c

Please sign in to comment.