nicely done, these are pretty cool. like anything interesting in css i'm not sure if they're practical, but they're cool regardless of the practicality.
>to set your own color, simply set the icons border color in your CSS, like so: .lb-, .lb-::before .lb-*::after
could you use border-color:inherit on the :before and :after pseudo-elements, so it's just a single selector change to change the color?
Wow, that makes a ton of sense, definitely cleaner than what I've got going now. There are plenty of places to clean it up, but that would be a big one.
>to set your own color, simply set the icons border color in your CSS, like so: .lb-, .lb-::before .lb-*::after
could you use border-color:inherit on the :before and :after pseudo-elements, so it's just a single selector change to change the color?