diff --git a/static/scss/custom.scss b/static/scss/custom.scss index d196b24142152fab85c58e9e51ff14c8048c40a3..709b174d8bb489f44b6ba237820a37a96d53c547 100644 --- a/static/scss/custom.scss +++ b/static/scss/custom.scss @@ -293,3 +293,9 @@ body.news { font-size: 28px; } } + +body:not(.home) { + a:not(.btn) { + text-decoration: underline; + } +}