Commit b34883b
committed
Fix card gap colors: use borders instead of grid gap background
- Remove gap:1px + background:var(--rule) from grid (caused contrasting
light lines in dark mode and dark lines in light mode)
- Add border-bottom and border-right on cards using var(--rule) instead
- Remove border-right on mobile (single column)
- Add flex:1 to card-content, remove margin-top:auto from card-footer
- This eliminates the visible dark/white space below cards1 parent 9bef5c8 commit b34883b
1 file changed
Lines changed: 15 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
848 | 848 | | |
849 | 849 | | |
850 | 850 | | |
851 | | - | |
852 | | - | |
| 851 | + | |
| 852 | + | |
853 | 853 | | |
854 | 854 | | |
855 | | - | |
856 | 855 | | |
857 | 856 | | |
858 | 857 | | |
| |||
888 | 887 | | |
889 | 888 | | |
890 | 889 | | |
| 890 | + | |
| 891 | + | |
891 | 892 | | |
892 | 893 | | |
893 | 894 | | |
894 | | - | |
895 | | - | |
| 895 | + | |
| 896 | + | |
| 897 | + | |
| 898 | + | |
| 899 | + | |
| 900 | + | |
896 | 901 | | |
897 | 902 | | |
898 | 903 | | |
| |||
917 | 922 | | |
918 | 923 | | |
919 | 924 | | |
| 925 | + | |
| 926 | + | |
| 927 | + | |
| 928 | + | |
| 929 | + | |
920 | 930 | | |
921 | 931 | | |
922 | 932 | | |
| |||
1119 | 1129 | | |
1120 | 1130 | | |
1121 | 1131 | | |
1122 | | - | |
1123 | 1132 | | |
1124 | 1133 | | |
1125 | 1134 | | |
| |||
0 commit comments