Skip to content

Commit 4b8e240

Browse files
committed
Change specificty for theme css variables [skip ci]
Fixes #1960
1 parent a2c6c21 commit 4b8e240

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Changes to Calva.
77
- Fix: [The indenter fails matching cljfmt rules on qualified symbols](https://github.com/BetterThanTomorrow/calva/issues/1956)
88
- [Add info about cider-nrepl docs to calva.io/connect](https://github.com/BetterThanTomorrow/calva/issues/1955)
99
- [Inform about Calva version on startup](https://github.com/BetterThanTomorrow/calva/issues/1954)
10+
- Fix: [Calva docs site theme color not used](https://github.com/BetterThanTomorrow/calva/issues/1960)
1011

1112
## [2.0.318] - 2022-11-08
1213

docs/site/stylesheets/extra.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:root {
1+
[data-md-color-scheme="default"] {
22
--md-primary-fg-color: rgb(219, 149, 80);
33
--md-accent-fg-color: rgb(144, 180, 254);
44
}

0 commit comments

Comments
 (0)