Skip to content

Commit 6c5db62

Browse files
authored
add underline for banner (#8261)
1 parent f8ac347 commit 6c5db62

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/Bootstrap/dist/css/bootstrap-theme.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Bootstrap/less/theme/base.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ body {
213213

214214
a {
215215
color: @link-hover-color;
216+
text-decoration: underline;
216217
}
217218

218219
a:hover, a:focus {

src/NuGetGallery/Views/Shared/Gallery/Header.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<div class="row">
2727
<div class="col-sm-12">
2828
<span>
29-
&#128075; What do you think about NuGet.org? We're looking for feedback from developers like you.&emsp;<a href="https://aka.ms/NuGetSurvey" target="_blank">Take the survey.</a>
29+
&#128075; What do you think about NuGet.org? We're looking for feedback from developers like you. <a href="https://aka.ms/NuGetSurvey" target="_blank">Take the survey.</a>
3030
</span>
3131
</div>
3232
</div>

0 commit comments

Comments
 (0)