Skip to content

Commit

Permalink
Update menu on hover styles
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Cameron <[email protected]>
  • Loading branch information
JasonLovesDoggo committed Oct 9, 2024
1 parent 201e589 commit c0c924e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/vars-default.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $color_primary5: #f8f8f8; // light background
$color_primary10: #eee; // background
$color_primary25: #babae5; // border
$color_primary33: #aaa; // widget
$color_primary50: #808080;
$color_primary50: #babae5;
$color_primary66: #555; // tabs
$color_primary75: #3737b4; // widget
$color_primary90: #1F3EB1;
Expand Down
2 changes: 1 addition & 1 deletion resources/widgets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ textarea:focus {

// Bootstrap-y pagination
ul.pagination a:hover {
background: rgba($color_primary100, 0.55);
background: rgba($color_primary75, 0.55);
}

ul.pagination {
Expand Down

0 comments on commit c0c924e

Please sign in to comment.