mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-26 04:17:14 +00:00
Change project card background color
This commit is contained in:
@@ -183,7 +183,7 @@ const Blog = ({ loading, blog, googleAnalytics }) => {
|
||||
<div
|
||||
className={`card compact bg-base-100 ${
|
||||
loading || (articles && articles.length)
|
||||
? 'card compact shadow bg-opacity-40'
|
||||
? 'shadow bg-opacity-40'
|
||||
: 'shadow-lg'
|
||||
}`}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user