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

text color of "about us" option and "news" option #545

Open
Ajaykumar724 opened this issue Nov 10, 2024 · 17 comments
Open

text color of "about us" option and "news" option #545

Ajaykumar724 opened this issue Nov 10, 2024 · 17 comments

Comments

@Ajaykumar724
Copy link

when i adjust width of website to smaller then 1215px , options text color is grey
i also attach screenshot
Screenshot 2024-11-10 182313
but website width is greater than 1215px , options text color is blue
see below screenshot
Screenshot 2024-11-10 182007
this is responsive error must be resolve that
thank you.

@therealharshit
Copy link
Contributor

@Ajaykumar724 you can work on this, but make sure it didn't break the navbar.

@Ajaykumar724

This comment was marked as off-topic.

@therealharshit

This comment was marked as off-topic.

@Ajaykumar724

This comment was marked as off-topic.

@therealharshit

This comment was marked as off-topic.

@nilaygit-10721

This comment was marked as off-topic.

@therealharshit

This comment was marked as off-topic.

@nilaygit-10721

This comment was marked as off-topic.

@Lakshya0257
Copy link

I have figured out the problem and solved the same, kindly review my PR for the same #550

@Sushant0124

This comment was marked as off-topic.

@therealharshit

This comment was marked as off-topic.

@Sushant0124

This comment was marked as off-topic.

@Sushant0124

This comment was marked as off-topic.

@therealharshit

This comment was marked as off-topic.

@quozl
Copy link
Contributor

quozl commented Nov 15, 2024

Thanks for getting involved. Perhaps you all might keep discussion on issues on topic? It has got difficult for a reviewer to figure out the consensus on this issue, because of all the off-topic posts. I shall hide the off-topic posts.

I'd like the menu items to be foreground black regardless of screen size, but really that should be a decision of Bootstrap. I'd like to know why it isn't working the way we expect; and speculate one or more of these causes;

  • our code does not label elements correctly,
  • our code includes something that breaks what Bootstrap does, or;
  • the way we expect is wrong and Bootstrap is right.

@therealharshit
Copy link
Contributor

@quozl it's not the decision of bootstap it's the airspace.css in which the style .dropdown-menu li a{ color: #0099ff !important; } is responsible for that blue color of dropdown menu, when we change the style to .dropdown-menu li a{ color:black !important; } it changes the color to black
dropdown
but for this we need to modify airspace.css which I think go against a long term goal of using a theme without changes.

@quozl
Copy link
Contributor

quozl commented Nov 17, 2024

So use custom.css, or go back to the upstream Jekyll Airspace theme on GItHub and remove our changes that broke this? Is what we observe the upstream choice?

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

No branches or pull requests

6 participants