Adjust block background color in dark mode

This commit is contained in:
silverpill 2023-04-12 17:42:18 +00:00
parent 8e601b3180
commit bab7440673
2 changed files with 6 additions and 2 deletions

View file

@ -6,7 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]
## [1.20.0] - 2023-03-07
### Changed
- Adjusted block background color in dark mode.
## [1.20.0] - 2023-04-07
### Added

View file

@ -67,7 +67,7 @@ $dark-btn-secondary-text-color: $dark-text-color;
$dark-btn-disabled-background-color: #222222;
$dark-btn-disabled-text-color: #666666;
$dark-block-background-color: #262626;
$dark-block-background-color: #2B2B2B;
$dark-block-link-color: #E3C093;
$dark-block-link-hover-color: #F2E2CD;
$dark-separator-color: $dark-background-color;