1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-31 17:51:46 +02:00

Changed the box-shadow, missing a change into the last-child.

This commit is contained in:
Igor Guastalla de Lima
2018-11-29 20:21:56 -02:00
parent 3277cae6e0
commit e6e221fe81
4 changed files with 6 additions and 7 deletions

View File

@@ -24,8 +24,8 @@
tr td {
box-shadow: 0 4px #212529, 4px 6px #fff, 1px 0 #212529, 4px 4px #fff, 1px 0 #fff,
-4px 4px #212529, 4px 4px #fff, -4px 0 #212529, -2px 8px #fff, 0 4px #fff, 1px 0 #fff,
0 0 #fff;
0 4px #212529, 4px 4px #fff, -4px 0 #212529, -2px 8px #fff, 0 4px #fff, 1px 0 #fff,
-4px 4px #fff;
}
tr td:last-child {