mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-06 01:08:21 +01:00
fix about link color
This commit is contained in:
parent
44525f9bad
commit
ccd3e93428
@ -10,6 +10,7 @@
|
|||||||
- Fix a bug: public cards presenting the plans in the public area, have bogus style
|
- Fix a bug: public cards presenting the plans in the public area, have bogus style
|
||||||
- Updated stripe gem to 5.21.0
|
- Updated stripe gem to 5.21.0
|
||||||
- [TODO DEPLOY] `rails fablab:stripe:plans_prices`
|
- [TODO DEPLOY] `rails fablab:stripe:plans_prices`
|
||||||
|
- [TODO DEPLOY] `rails fablab:maintenance:rebuild_stylesheet`
|
||||||
|
|
||||||
## v4.6.2 2020 October 23
|
## v4.6.2 2020 October 23
|
||||||
|
|
||||||
|
@ -93,6 +93,7 @@ class Stylesheet < ApplicationRecord
|
|||||||
.btn-link { color: #{Stylesheet.primary} !important; }
|
.btn-link { color: #{Stylesheet.primary} !important; }
|
||||||
.btn-link:hover { color: #{Stylesheet.primary_dark} !important; }
|
.btn-link:hover { color: #{Stylesheet.primary_dark} !important; }
|
||||||
a { color: #{Stylesheet.primary}; }
|
a { color: #{Stylesheet.primary}; }
|
||||||
|
.about-page-link a.about-link { color: #{Stylesheet.primary}; }
|
||||||
a:hover, a:focus { color: #{Stylesheet.primary_dark}; }
|
a:hover, a:focus { color: #{Stylesheet.primary_dark}; }
|
||||||
h2, h3, h5 { color: #{Stylesheet.primary}; }
|
h2, h3, h5 { color: #{Stylesheet.primary}; }
|
||||||
h5:after { background-color: #{Stylesheet.primary}; }
|
h5:after { background-color: #{Stylesheet.primary}; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user