From f48e6cc6d75ec41d8a3501e99712737ee905d7b8 Mon Sep 17 00:00:00 2001 From: Zoe Date: Thu, 19 Sep 2019 18:16:38 -0400 Subject: [PATCH] hearts are red --- 2020/assets/css/custom.css | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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; -- 2.25.1