1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-17 06:52:27 +01:00

fix about link color

This commit is contained in:
Sylvain 2020-10-28 10:03:04 +01:00
parent 44525f9bad
commit ccd3e93428
2 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@
- Fix a bug: public cards presenting the plans in the public area, have bogus style
- Updated stripe gem to 5.21.0
- [TODO DEPLOY] `rails fablab:stripe:plans_prices`
- [TODO DEPLOY] `rails fablab:maintenance:rebuild_stylesheet`
## v4.6.2 2020 October 23

View File

@ -93,6 +93,7 @@ class Stylesheet < ApplicationRecord
.btn-link { color: #{Stylesheet.primary} !important; }
.btn-link:hover { color: #{Stylesheet.primary_dark} !important; }
a { color: #{Stylesheet.primary}; }
.about-page-link a.about-link { color: #{Stylesheet.primary}; }
a:hover, a:focus { color: #{Stylesheet.primary_dark}; }
h2, h3, h5 { color: #{Stylesheet.primary}; }
h5:after { background-color: #{Stylesheet.primary}; }