-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
Seems there was a name change to the blue page moniquer
30 /* Page Colors */
31 --page-white: #ffffff;
32 --page-manila: #f3deaf;
33 --page-blue: #3f76ed;
34
35 --grid-size: 32px;
36 }
37
38 /* Recolors images on the page with the current accent color. */
39 .recolor-images img {
40 filter: var(--image-effect);
41 }
42
43 /* ---------------------------- Page Backgrounds ---------------------------- */
44 /* All Pages */
45 .page-manila,
46 .page-white,
47 .page-blueprint {
48 --text-normal: var(--accent-color);
First instance see line 33 and line 47. Search all and replace blueprint with blue fixes the issue. Some 5 instances of the incorrect name.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels