Set wiki overlay scrim tokens to theme charcoal (#26)
Companion to sow-nodebb-plugin-wiki#22: the plugin now exposes `--wiki-scrim`/`--wiki-scrim-strong` for drawer and dialog backdrops. Override them from `--wg-bg-deep` so overlays match the plum/gold palette instead of the plugin's slate-blue defaults. Verified in the dev forum bundle. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Reviewed-on: #26 Co-authored-by: vickydotbat <vickydotbat@tutamail.com> Co-committed-by: vickydotbat <vickydotbat@tutamail.com>
This commit was merged in pull request #26.
This commit is contained in:
@@ -21,6 +21,10 @@
|
||||
rgba(18, 16, 23, 0.98) 100%
|
||||
);
|
||||
--wiki-chrome-warning-border: rgba(194, 163, 90, 0.45);
|
||||
/* Backdrop scrims (drawer/dialog overlays): deep charcoal instead of the
|
||||
plugin's slate-blue defaults, so overlays stay warm against the theme. */
|
||||
--wiki-scrim: rgba(9, 8, 11, 0.55);
|
||||
--wiki-scrim-strong: rgba(9, 8, 11, 0.8);
|
||||
--wiki-chrome-danger: var(--wg-red);
|
||||
--wiki-chrome-danger-hover: #c55a5f;
|
||||
--wiki-redlink-color: #c06a6e;
|
||||
|
||||
Reference in New Issue
Block a user