diff --git a/static/scss/custom.scss b/static/scss/custom.scss index 3b16e249a00068f0599f3abf2df517a3254941b9..d062380e39a48eea14400ab636dd08d22843dd61 100644 --- a/static/scss/custom.scss +++ b/static/scss/custom.scss @@ -248,4 +248,10 @@ body.news { h2, .h2 { font-size: 28px; } +} + +body:not(.home) { + a:not(.btn) { + text-decoration: underline; + } } \ No newline at end of file