We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeed2d3 commit d5e2d08Copy full SHA for d5e2d08
djangoproject/scss/_style.scss
@@ -673,6 +673,9 @@ header {
673
line-height: 1.3;
674
padding: 1px 0 6px;
675
}
676
+ .underlined {
677
+ text-decoration: underline;
678
+ }
679
680
681
djangoproject/templates/base.html
@@ -62,7 +62,7 @@
62
<div class="banner">
63
<p>
64
<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>.
+ Until November 11, 2025, <em class="underlined">get PyCharm for 30% off</em>.
66
All money goes to the <em>Django Software Foundation</em>!
67
</a>
68
</p>
0 commit comments