Bugs and Icons

Today started with the discovery that my "Display Deck" page wasn't showing the pictures for cards (due somehow to Foundation overriding my styling for image tags) but ended with my having finally found and implemented a color scheme I like.  

I had initially tried to use colors from the original board game's box/styling, but their colors are really drab, and pink/purple/blue is a timeless combination.  I played around with CSS :hover selectors, and designed my own icons for my NavBar.  I had spent a lot of time last night trying to find icons that I liked online, but I woke up this morning with the realization that the icons I wanted were all composed of rectangles - which I can do with divs and CSS (so I made my own!)

Comments