Skip to content

Commit

Permalink
background opacity set
Browse files Browse the repository at this point in the history
  • Loading branch information
yigithanyucedag committed Feb 17, 2022
1 parent b1319f1 commit f3f6d69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ const Home: NextPage<{ data: ResortItem[] }> = ({ data }) => {
<div className="inline-block min-w-full py-2 sm:px-6 lg:px-8">
<div className="overflow-hidden shadow-none lg:shadow-md rounded-lg">
<table className="min-w-full">
<thead className="bg-slate-700">
<thead className="bg-slate-700 bg-opacity-60">
<tr>
<th scope="col" className="py-3 pl-6 list-table-cell">
#
Expand Down
2 changes: 1 addition & 1 deletion styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ body {
}

.list-table-cell-item {
@apply bg-slate-800 flex lg:table-row flex-row lg:flex-row flex-wrap mb-5 lg:mb-0 rounded-md lg:rounded-none shadow-md lg:shadow-none;
@apply bg-slate-800 bg-opacity-60 flex lg:table-row flex-row lg:flex-row flex-wrap mb-5 lg:mb-0 rounded-md lg:rounded-none shadow-md lg:shadow-none;
}

1 comment on commit f3f6d69

@vercel
Copy link

@vercel vercel bot commented on f3f6d69 Feb 17, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.