From b0d324a7485dba766647d99e3a4fa327c97c2207 Mon Sep 17 00:00:00 2001 From: Joe Wreschnig Date: Thu, 11 Sep 2014 14:14:58 +0200 Subject: [PATCH] Outlines look very ugly on rotating things. --- css/main.css | 4 ++++ 1 file changed, 4 insertions(+) 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; } -- 2.20.1