Skip to content

page-blue broken #15

@pablomarusich

Description

@pablomarusich

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions