make fsf logo in footer black when printing
authorAndrew Engelbrecht <andrew@fsf.org>
Mon, 22 Jul 2019 16:19:04 +0000 (12:19 -0400)
committerAndrew Engelbrecht <andrew@fsf.org>
Mon, 22 Jul 2019 16:19:04 +0000 (12:19 -0400)
css/style.css

index 6709afeafff8f95e308dc765b6a1b383f4aeaada..3480ac010a1579b634f43184d6999c27e1913546 100644 (file)
@@ -207,3 +207,5 @@ a { transition: 0.3s; }
 
 #fsf-logo-footer { margin-bottom: 10px; }
 
+@media print { #fsf-logo-footer { filter: invert(100%) } }
+