Skip to content

change code of hover links in navbar #2

@amirmojiry

Description

@amirmojiry

Hi
It seems code of hove links in navbar (in style.css file) should be change:

[line 361]

.menu_area nav ul li > a:hover {
    color: #fb397d;
}

The above code doesn't work. I think that the below is correct:

.menu_area #nav .nav-link:hover {
  color: #fb397d;
}

I should created a pull request but I couldn't, so I submit a new issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions