diff --git a/docs/_sass/custom/custom.scss b/docs/_sass/custom/custom.scss index 0253e4d..59f3f40 100644 --- a/docs/_sass/custom/custom.scss +++ b/docs/_sass/custom/custom.scss @@ -28,3 +28,7 @@ span.label.label-grey { background-color: #ededed; color: #6c757d; } + +.lowercase { + text-transform: lowercase !important; +}