From e3b2ba2ca5651cb509ef3fc011a4d30eeb32ca20 Mon Sep 17 00:00:00 2001 From: xcps Date: Sun, 4 Feb 2018 01:01:19 +0500 Subject: [PATCH] Outline color for all elements --- public/stylesheets/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index af1fe0f..f4d1b21 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,3 +1,7 @@ +* { + outline-color: #bf5c5f; +} + body { font: 16px monospace; width: 1024px;