Skip to content

Commit 60cab59

Browse files
committed
Using box-shadow instead of 1px border
This was suggested at #256. Closes #256 Signed-off-by: Manuel Rego Casasnovas <[email protected]>
1 parent 9268e3d commit 60cab59

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

assets/css/style.css.liquid

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -758,8 +758,7 @@ table {
758758

759759

760760
background-color: var(--midturquoise);
761-
border-color: hsl(0, 0%, 86%);
762-
border-width: 1px;
761+
box-shadow: 0 0 1px 1px hsl(0, 0%, 86%);
763762
color: hsl(0, 0%, 100%);
764763
cursor: pointer;
765764
justify-content: center;
@@ -785,8 +784,7 @@ table {
785784

786785

787786
background-color: var(--midturquoise);
788-
border-color: hsl(0, 0%, 86%);
789-
border-width: 1px;
787+
box-shadow: 0 0 1px 1px hsl(0, 0%, 86%);
790788
color: hsl(0, 0%, 100%);
791789
cursor: pointer;
792790
justify-content: center;

0 commit comments

Comments
 (0)