diff --git a/frontend/less/glass/custom.less b/frontend/less/glass/custom.less index a269167f6b..97c95d1c40 100644 --- a/frontend/less/glass/custom.less +++ b/frontend/less/glass/custom.less @@ -274,3 +274,9 @@ select.form-control > option { } } } + +.table { + .text-bold { + font-weight: 700; + } +}