🐛 Fix theme colour error when site is in dark mode

Fixes #676
This commit is contained in:
James Panther
2023-10-24 10:53:16 +11:00
parent c22dbc06ee
commit 1c8e681dee
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
## [Unreleased]
### Fixed
- JavaScript error setting theme colour when site is loaded in dark mode ([#676](https://github.com/jpanther/congo/issues/676))
## [2.7.0] - 2023-10-23
### Added