Is there a way to set the border-color in CSS to be the same as the text color?
border-color
For instance having a class which adds a bottom dotted border, but leavi
You will have to set these to be the same color yourself.
If you want your CSS to be more programmatic and DRY, you should use something like LESS. It can save you a lot of work, so you only have to declare that color once.