hearts are red
authorZoe <zoe@fsf.org>
Thu, 19 Sep 2019 22:16:38 +0000 (18:16 -0400)
committerZoe <zoe@fsf.org>
Thu, 19 Sep 2019 22:16:38 +0000 (18:16 -0400)
2020/assets/css/custom.css

index b8ddd6c8bca6607a51a0620ea11cd3072b4a285f..d53cd919c9ee1d45f57a4a0b1797002afab16b4f 100644 (file)
@@ -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;