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
57 stars 39 forks source link

Button Blue #1088

Closed sim-codes closed 3 months ago

sim-codes commented 3 months ago

Closes #1058

Summary by Sourcery

Enhanced button styling by adding the !important flag to various button classes to ensure their styles are not overridden by other CSS rules.

sourcery-ai[bot] commented 3 months ago

Reviewer's Guide by Sourcery

This pull request updates the CSS styles for buttons in the application. The changes primarily involve adding the !important flag to various CSS properties to ensure they take precedence over other styles. Additionally, a new hover state for the .btn-outline-primary class is introduced.

File-Level Changes

Files Changes
core/static/css/wf_website.css Enhanced button styles by adding !important to ensure higher specificity and introduced a new hover state for .btn-outline-primary.

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 3 months ago

Quality Gate Passed Quality Gate passed

Issues
1 New issue
0 Accepted issues

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

See analysis details on SonarCloud