mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-31 22:40:55 -08:00
11 lines
337 B
CSS
11 lines
337 B
CSS
@-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;
|
|
}
|
|
}
|