Skip to content

Commit

Permalink
fix cell shade
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusMcCloud committed Aug 12, 2024
1 parent ddd651d commit 891d7d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}

.cell {
background-image: linear-gradient(#f4f4f488, #f4f4f4cc, #f4f4f4dd, #f4fef4ff);
background-image: linear-gradient(#f4f4f488, #f4f4f4cc, #f4f4f4dd, #f4f4f4ff);
border: 1px solid #8cf;
padding-left: 0.5em;
padding-right: 0.5em;
Expand Down

0 comments on commit 891d7d4

Please sign in to comment.