From fa28dafaf1255d0edaec4a5b6643e415e5afc97c Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Sun, 27 Nov 2016 14:22:05 -0800 Subject: [PATCH] [safari] add user stylesheet --- safari.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 safari.css diff --git a/safari.css b/safari.css new file mode 100644 index 0000000..e72c777 --- /dev/null +++ b/safari.css @@ -0,0 +1,3 @@ +body { + zoom: 90%; +}