My b-links Journey (part 2)

Visual updates...Fri May 12 2023

Being too clever for my own good!

So after having not updated b-links for a while (I have a tendency to go 'gung-ho' at things and then get distracted by other projects...) I recently returned to it to decide I wanted to give it a bit of a face lift. I also found some fundamental flaws in my original design whereby I was trying to split up my styles into far too many style sheets to be manageable. So I went back to basics.

As I was changing the layout quite considerably, I decided to simply strip things back and simplify at the same time, merging all my styles into the same CSS file and providing fallbacks for older browsers. The obvious downside of this is that the size of the CSS has increased considerably, from 6KB to a whopping 19KB! That being said, there is a lot of scope for optimising this - I just need to get around to it - maybe in 6 months time when I decide to look at it again!