Quick Tip – 13: Quickly Apply Colors Using currentColor
If you’ve ever wanted to do something like set the borders on a container to the same color as the text within it you can easily do it using currentColor. currentColor can be used for anything that accepts a color value like box-shadow, background-color, etc. The CSS The Demo My border should have a color