mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Added font antialiasing
This commit is contained in:
parent
5f08da04b0
commit
e72cf1a267
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue