Skip to content

Change css.fun .plan h2  #647

@hugolpz

Description

@hugolpz

Dark title on dark blue results in poor contrast, poor style; poor readability. White gives better results.

  .course-about .description section.plan h2 {
        color: black;
        margin-top: 20px;
        margin-bottom: 40px;
    }

into

    .course-about .description section.plan h2 {
        margin-top: 20px;
        margin-bottom: 40px;
    }

screenshot from 2019-03-04 17-25-12

screenshot from 2019-03-04 17-25-24

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions