Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

style: fix semicolons #195

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lucabtz
Copy link

@lucabtz lucabtz commented Sep 22, 2021

In style.css the semicolons in some lines where in the wrong place

Copy link
Member

@jelly jelly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the !important keyword was not required, we should drop it in favour of adding it.

@@ -80,7 +80,7 @@ select {
}

#archnavbarlist #anb-security a {
color: white; !important;
color: white !important;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if the !important is not required it's better to drop it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants