diff --git a/userContent.css b/userContent.css index 2a9d96c..10885aa 100644 --- a/userContent.css +++ b/userContent.css @@ -1,7 +1,11 @@ @-moz-document url("about:home"), url("about:newtab") { + .fake-focus .search-handoff-button { + --focus-outline-color: #00DDFF; + border: 2px solid color-mix(in srgb, var(--focus-outline-color) 50%, transparent) !important; + } + .top-site-outer .tile .icon-wrapper { width: 100% !important; height: 100% !important; } - }