Updated visited map

This commit is contained in:
Brandon Rozek 2025-11-10 11:50:54 -05:00
parent c7721dd927
commit 42c316ba0b

View file

@ -15,10 +15,10 @@ In this example, Kansas, Montana and Pennsylvania are colored blue, and Californ
Place this code in the empty space below. */ Place this code in the empty space below. */
/* Lived at */ /* Lived at */
.ca, .fl, .va, .ny { fill: #5C8700; } .fl, .va, .ny, .ca, .tx { fill: #5C8700; }
/* Visited */ /* Visited */
.ct, .hi, .me, .pa, .md, .wv, .in, .il, .la, .ma, .tx, .co { fill: #5697AA; } .ct, .hi, .me, .pa, .md, .wv, .in, .il, .la, .ma, .co { fill: #5697AA; }
/* Drove through */ /* Drove through */
.ky, .nh, .vt, .nj, .de, .oh, .nc, .ga, .sc { fill: #83917D; } .ky, .nh, .vt, .nj, .de, .oh, .nc, .ga, .sc { fill: #83917D; }

Before

Width:  |  Height:  |  Size: 57 KiB

After

Width:  |  Height:  |  Size: 57 KiB

Before After
Before After