From fc8d0caeea6a541c2a37c0a241f5030d8845cb7b Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Fri, 12 Feb 2021 13:43:30 -0800 Subject: [PATCH] Massively shrink uncompressed CSS assets 6 bytes This is a good use of my time. --- assets/css/dark.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/dark.css b/assets/css/dark.css index a54d354..175112d 100644 --- a/assets/css/dark.css +++ b/assets/css/dark.css @@ -6,8 +6,8 @@ /* IndieWeb u-photo should be distinct from the background */ .u-photo { - -webkit-filter: invert(100%); - filter: invert(100%); + -webkit-filter: invert(1); + filter: invert(1); } a {