Skip to content

Commit

Permalink
removed not needed styles
Browse files Browse the repository at this point in the history
  • Loading branch information
FeSuert committed Sep 6, 2023
1 parent 0817604 commit 550043f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions paragon/_overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@ button.btn-brand {
}

button.btn-brand:hover {
background-color: #ac6700;
border-color: #ac6700;
background-color: #1a7765;
border-color: #1a7765;
color: #fff !important;
}

div.text-accent-a {
color: #00588D !important;
color:#9D0054 !important;
}

.btn-brand:not(:disabled):not(.disabled):active {
background-color: #865100 !important;
border-color: #865100 !important;
background-color: #1a7765 !important;
border-color: #1a7765 !important;
}

img.logo {
Expand Down

0 comments on commit 550043f

Please sign in to comment.