diff --git a/library.css b/library.css index 3cdf1c5..e15eec4 100644 --- a/library.css +++ b/library.css @@ -1007,3 +1007,7 @@ showTitle h2{ color: #fff !important; text-decoration: underline; } + +.inherit-color { + color: inherit; +}