Author: Levi Morrison (morrisonlevi) Committer: GitHub (web-flow) Pusher: Girgias Date: 2022-06-29T20:46:04+01:00
Commit: https://github.com/php/web-php/commit/67c7fe15fad7122071bdf2d51a0836a55f517fde Raw diff: https://github.com/php/web-php/commit/67c7fe15fad7122071bdf2d51a0836a55f517fde.diff Use accent color for hero buttons (#591) I've always wanted the accent to be used more, but it's kind of hard. I think this is a great opportunity for it! Changed paths: M styles/home.css Diff: diff --git a/styles/home.css b/styles/home.css index b40b03fb2..912265fd9 100644 --- a/styles/home.css +++ b/styles/home.css @@ -59,7 +59,7 @@ } .hero-btn-primary:hover, .hero-btn-primary:focus { - background-color: #465081; + background-color: #793862; } .hero-btn-secondary { @@ -69,8 +69,9 @@ } .hero-btn-secondary:hover, .hero-btn-secondary:focus { - background-color: #6773ad20; - border: 1px solid #6773ad; + background-color: #793862; + border-color: #793862; + color: #fff !important; } .hero-versions { -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php