1
0
mirror of https://gitlab.com/MisterBiggs/brain-quartz.git synced 2025-07-22 22:31:26 +00:00

css: adjust color blend for search bg

This commit is contained in:
Jacky Zhao
2025-05-27 10:00:12 -07:00
parent 6d49d97559
commit c9349457ed

View File

@@ -8,7 +8,7 @@
}
& > .search-button {
background-color: var(--lightgray);
background-color: color-mix(in srgb, var(--lightgray) 60%, var(--light));
border: none;
border-radius: 4px;
font-family: inherit;