Skip to content

AO3-6767 Fix red elements to blue on the Snow Blue theme#5843

Open
CelineB-sudo wants to merge 5 commits into
otwcode:masterfrom
CelineB-sudo:AO3-6767
Open

AO3-6767 Fix red elements to blue on the Snow Blue theme#5843
CelineB-sudo wants to merge 5 commits into
otwcode:masterfrom
CelineB-sudo:AO3-6767

Conversation

@CelineB-sudo
Copy link
Copy Markdown
Contributor

Pull Request Checklist

Issue

https://otwarchive.atlassian.net/browse/AO3-6767 (six seven)

Purpose

This PR fixes the red elements on the Snow Blue theme.

Focus on action element before and after the fix :
image

image

Splash screen heading before and after the fix :
image

image

Credit

Céline Bertaud (she/her)

Copy link
Copy Markdown
Collaborator

@sarken sarken left a comment

Choose a reason for hiding this comment

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

Thanks for working on this!

Comment on lines 17 to 25
#dashboard a:hover,
.actions a:hover,
.actions a:focus,
.actions button:hover,
.actions button:focus,
.actions input:hover,
.actions input:focus,
label.action:hover,
.action:hover,
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Could you make this section match the selectors we use for the wizard?

#dashboard a:hover,
.actions a:hover,
.actions button:hover,
.actions input:hover,
.actions a:focus,
.actions button:focus,
.actions input:focus,
label.action:hover,
.action:hover,
.action:focus,

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Done! Let me know if the changes I made are what you had in mind :)

Comment thread public/stylesheets/masters/snow_blue/snow_blue_site_screen_.css
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants