diff --git a/symposion_project/static/symposion/less/custom.less b/symposion_project/static/symposion/less/custom.less index f42585cd8fcd66d6481fe10036e7623bc94f6587..6247a0023ec601efe09cacab327b09f0b7316f8d 100644 --- a/symposion_project/static/symposion/less/custom.less +++ b/symposion_project/static/symposion/less/custom.less @@ -2,6 +2,10 @@ body { padding-top: 24px; } +label:not(.checkbox):not(.radio) { + font-weight: bold; +} + header { position: relative; margin-bottom: 24px;