From: Andrew Engelbrecht Date: Mon, 22 Jul 2019 16:19:04 +0000 (-0400) Subject: make fsf logo in footer black when printing X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=18f8d3b1396ddafbee4351bf712a93eac29a2eaa;p=ryf-theme.git make fsf logo in footer black when printing --- diff --git a/css/style.css b/css/style.css index 6709afe..3480ac0 100644 --- a/css/style.css +++ b/css/style.css @@ -207,3 +207,5 @@ a { transition: 0.3s; } #fsf-logo-footer { margin-bottom: 10px; } +@media print { #fsf-logo-footer { filter: invert(100%) } } +