From ccd3e934286bc195cbbb82fbadb4a9174141ef3f Mon Sep 17 00:00:00 2001 From: Sylvain Date: Wed, 28 Oct 2020 10:03:04 +0100 Subject: [PATCH] fix about link color --- CHANGELOG.md | 1 + app/models/stylesheet.rb | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e434e326..db5c37784 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/app/models/stylesheet.rb b/app/models/stylesheet.rb index 3e634ad4a..f297dbe16 100644 --- a/app/models/stylesheet.rb +++ b/app/models/stylesheet.rb @@ -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}; }