diff --git a/speeches/static/speeches/sass/_speeches-bare.scss b/speeches/static/speeches/sass/_speeches-bare.scss index 54fd0f4b..76fba69d 100644 --- a/speeches/static/speeches/sass/_speeches-bare.scss +++ b/speeches/static/speeches/sass/_speeches-bare.scss @@ -1197,3 +1197,9 @@ form > .row { #id_existing_sections { @include unstyled-list; } + +/* Remove hyperlinks when printing */ + +a[href]:after { + content:none!important; +}