From daa1269dd779d6ba2ae7456644ab16447772953e Mon Sep 17 00:00:00 2001 From: Lauri Eskola Date: Wed, 23 May 2018 11:57:34 +0300 Subject: [PATCH] Issue #2942490 by swati.nuna, deanc96, markconroy, Eli-T, kjay: Colored background of link focus in a sentence is a bit weak --- core/profiles/demo_umami/themes/umami/css/base.css | 1 + 1 file changed, 1 insertion(+) diff --git a/core/profiles/demo_umami/themes/umami/css/base.css b/core/profiles/demo_umami/themes/umami/css/base.css index a3df32dcd5f..a63f96ef5d9 100644 --- a/core/profiles/demo_umami/themes/umami/css/base.css +++ b/core/profiles/demo_umami/themes/umami/css/base.css @@ -22,6 +22,7 @@ a:focus { background-color: #e6eee0; color: #444; text-decoration: none; + outline-offset: 1px; } body {