From: Zoe Date: Thu, 19 Sep 2019 22:16:38 +0000 (-0400) Subject: hearts are red X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f48e6cc6d75ec41d8a3501e99712737ee905d7b8;p=libreplanet-static.git hearts are red --- diff --git a/2020/assets/css/custom.css b/2020/assets/css/custom.css index b8ddd6c8..d53cd919 100644 --- a/2020/assets/css/custom.css +++ b/2020/assets/css/custom.css @@ -759,11 +759,24 @@ hr { } .nav > li.fsf-donate > a { - background-color: #f50095; + background-color: #204a87; margin-top: 8px; color: white; } +.glyphicon { + position: relative; + top: 2px; + display: inline-block; + font-family: 'Glyphicons Halflings'; + font-style: normal; + font-weight: 400; + line-height: 1; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + color: red; +} + .nav > li.btn-register > a { background-color: #f57900; color: #ffffff;