From: Joe Wreschnig Date: Thu, 11 Sep 2014 12:14:58 +0000 (+0200) Subject: Outlines look very ugly on rotating things. X-Git-Url: https://git.yukkurigames.com/?p=yukkurigames.com.git;a=commitdiff_plain;h=b0d324a7485dba766647d99e3a4fa327c97c2207 Outlines look very ugly on rotating things. --- diff --git a/css/main.css b/css/main.css index df9a31c..97a1efd 100644 --- a/css/main.css +++ b/css/main.css @@ -61,6 +61,10 @@ text-decoration: none; } +header * { + outline: none; +} + strong { font-weight: bold; } em { font-style: italic; }