WesternFriend / westernfriend.org

A website for Western Friend (westernfriend.org), a Quaker publication that provides resources and support for Quaker communities and individuals seeking to live out their faith in the world. Western Friend is part of the Religious Society of Friends.
https://westernfriend.org
GNU Affero General Public License v3.0
53 stars 41 forks source link

blue button fix #1085

Closed sim-codes closed 1 month ago

sim-codes commented 1 month ago

Closes: #1058

Summary by Sourcery

This pull request addresses a styling issue with the blue button by ensuring the border and text colors are applied correctly. Additionally, it introduces a hover effect to change the background and text colors for better user interaction.

sourcery-ai[bot] commented 1 month ago

Reviewer's Guide by Sourcery

This pull request addresses a styling issue with the 'btn-outline-primary' class in the CSS file. The changes ensure that the button's border color and text color are applied with higher specificity using the '!important' flag. Additionally, new styles are added for the hover state of the 'btn-outline-primary' class to change the background color and text color.

File-Level Changes

Files Changes
core/static/css/wf_website.css Enhanced the specificity of the '.btn-outline-primary' class and added hover state styles.

Tips - Trigger a new Sourcery review by commenting `@sourcery-ai review` on the pull request. - You can change your review settings at any time by accessing your [dashboard](https://sourcery.ai/dashboard): - Enable or disable the Sourcery-generated pull request summary or reviewer's guide; - Change the review language; - You can always [contact us](mailto:support@sourcery.ai) if you have any questions or feedback.
sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud