Override wiki overlay scrims with theme charcoal
The wiki plugin now exposes --wiki-scrim/--wiki-scrim-strong for its drawer/dialog backdrops; set them from --wg-bg-deep so overlays stay warm against the plum/gold palette instead of the plugin's slate-blue defaults. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -21,6 +21,10 @@
|
|||||||
rgba(18, 16, 23, 0.98) 100%
|
rgba(18, 16, 23, 0.98) 100%
|
||||||
);
|
);
|
||||||
--wiki-chrome-warning-border: rgba(194, 163, 90, 0.45);
|
--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: var(--wg-red);
|
||||||
--wiki-chrome-danger-hover: #c55a5f;
|
--wiki-chrome-danger-hover: #c55a5f;
|
||||||
--wiki-redlink-color: #c06a6e;
|
--wiki-redlink-color: #c06a6e;
|
||||||
|
|||||||
Reference in New Issue
Block a user