The currentColor keyword
If we don't specify a color for a border, it will use the text's color by default. If we want to make this explicit, we can use the currentColor
keyword:
This keyword can be used anywhere a color can be used, not just with borders.
Last updated