From 09b65e471ef7b8e68e39b7f00cecad80d200db5a Mon Sep 17 00:00:00 2001 From: Alexander Agnarson Date: Thu, 18 Apr 2024 19:38:08 +0200 Subject: [PATCH] Search close focus color --- dark.css | 2 +- style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dark.css b/dark.css index 504a094..2031697 100644 --- a/dark.css +++ b/dark.css @@ -51,7 +51,7 @@ body:where(.dark) .search-expand .themeform.searchform div:after { color: rgba(2 body:where(.dark) .toggle-search .svg-icon { fill: #fff; } body:where(.dark) .toggle-search:focus #svg-search { fill: rgba(255,255,255,0.5); } body:where(.dark) .toggle-search #svg-close { fill: #fff; } -body:where(.dark) .toggle-search:focus #svg-close { fill: rgba(255,255,255,0.75); } +body:where(.dark) .toggle-search:focus #svg-close { fill: rgba(255,255,255,0.5); } body:where(.dark) #footer { background: rgba(255,255,255,0.08); box-shadow: inset 0 1px 0 rgba(255,255,255,0.06); } diff --git a/style.css b/style.css index 3f294ab..ed8e1d6 100644 --- a/style.css +++ b/style.css @@ -575,7 +575,7 @@ body.dark #theme-toggle-btn:before { border-color: #fff; top: 2px; left: 2px; } .toggle-search .svg-icon { fill: #000; } .toggle-search:focus #svg-search { fill: rgba(0,0,0,0.5); } .toggle-search #svg-close { fill: #000; } -.toggle-search:focus #svg-close { fill: rgba(0,0,0,0.75); } +.toggle-search:focus #svg-close { fill: rgba(0,0,0,0.5); } body.header-search-active .header-search-overlay { position: fixed; background: rgba(0,0,0,0.4); top: 0; left: 0; right: 0; bottom: 0; } body.header-search-active .search-expand { display: block; }