mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-02 07:43:11 +03:00
Added font antialiasing
This commit is contained in:
parent
5f08da04b0
commit
e72cf1a267
@ -218,7 +218,7 @@ function Search() {
|
||||
|
||||
return (
|
||||
<>
|
||||
<div className='bg-[rgba(0,0,0,0.2)] h-screen w-screen pt-20'>
|
||||
<div className='bg-[rgba(0,0,0,0.2)] h-screen w-screen pt-20 antialiased'>
|
||||
<div className='bg-white max-w-lg rounded-lg shadow-xl m-auto'>
|
||||
<SearchBox />
|
||||
<SearchResultBox />
|
||||
|
Loading…
Reference in New Issue
Block a user