Skip to content

[FR] Allow custom CSS for xgrid and ygrid #31

@lightmaster

Description

@lightmaster

I love this temperature graph, however when using a dark OctoPrint theme, the x and y grid lines are basically the same color as the background. I tried to write some custom CSS using UI Customizer, however i can't get .x .xgrid to accept any new stroke value. Admittedly I am not very well-versed in CSS so I could be going about this entirely wrong. Custom CSS I tried to use just to get the color the change is:

.x .xgrid {
  stroke: #FFFFFF;
}

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