Skip to content

Commit d5e2d08

Browse files
tim-schillingSaptakS
authored andcommitted
Used underlined class instead of u element.
1 parent eeed2d3 commit d5e2d08

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

djangoproject/scss/_style.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -673,6 +673,9 @@ header {
673673
line-height: 1.3;
674674
padding: 1px 0 6px;
675675
}
676+
.underlined {
677+
text-decoration: underline;
678+
}
676679
}
677680

678681

djangoproject/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<div class="banner">
6363
<p>
6464
<a href="https://www.jetbrains.com/pycharm/promo/support-django/?utm_campaign=pycharm&utm_content=django25&utm_medium=referral&utm_source=dsf-banner">
65-
Until November 11, 2025, <em><u>get PyCharm for 30% off</u></em>.
65+
Until November 11, 2025, <em class="underlined">get PyCharm for 30% off</em>.
6666
All money goes to the <em>Django Software Foundation</em>!
6767
</a>
6868
</p>

0 commit comments

Comments
 (0)