diff --git a/CHANGELOG.md b/CHANGELOG.md index e4794245d..50f05eef0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,6 @@ - Fix a bug: warning message overflow in credit wallet modal - Fix a bug: when using a cash coupon, the amount shown in the statistics is invalid - Fix a bug: unable to create a coupon on stripe -- [TODO DEPLOY] `rails fablab:stripe:plans_prices` - [TODO DEPLOY] `rails fablab:maintenance:rebuild_stylesheet` - [TODO DEPLOY] `rails fablab:stripe:set_product_id` - [TODO DEPLOY] `rails fablab:setup:add_schedule_reference` diff --git a/app/themes/casemate/style.scss.erb b/app/themes/casemate/style.scss.erb index 72b84aea9..e4d2235a8 100644 --- a/app/themes/casemate/style.scss.erb +++ b/app/themes/casemate/style.scss.erb @@ -23,6 +23,10 @@ $primary-decoration-color: <%= Stylesheet.primary_decoration_color %> !default; background-color: $primary; } +.header .nav.navbar-nav a.label:hover { + color: $primary; +} + #nav .nav > li > a { color: $primary-text-color; } @@ -166,6 +170,14 @@ h5:after { color: $primary; } +.modal .modal-dialog .modal-content a { + color: $primary; + + &:hover { + color: $primary-dark; + } +} + .modal-header h1, .fab-modal-header h1, .custom-invoice .modal-header h1 {