diff --git a/symposion_project/static/symposion/less/custom.less b/symposion_project/static/symposion/less/custom.less index c320e71a4b3272c399a8c678fb44b976330b6498..f42585cd8fcd66d6481fe10036e7623bc94f6587 100644 --- a/symposion_project/static/symposion/less/custom.less +++ b/symposion_project/static/symposion/less/custom.less @@ -20,4 +20,9 @@ header { font-size: 30px; line-height: 36px; } + + a, a:hover, a:visited { + color: @grayDark; + text-decoration: none; + } }