Skip to content

Commit

Permalink
Update link color and text style in Index page
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Dec 26, 2023
1 parent 9d450e1 commit 440e154
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Pages/Index.razor
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="hero">
<div class="hero-body has-background-blazor has-text-white has-text-centered">
<h1 class="title is-size-1 has-text-white">Blazor Sortable</h1>
<p>An integration of the <a href="https://github.com/SortableJS/Sortable">SortableJS library</a> with Blazor.</p>
<p>An integration of the <a class="has-text-white has-text-weight-bold" href="https://github.com/SortableJS/Sortable">SortableJS library</a> with Blazor.</p>
</div>

<a class="button is-dark" href="https://github.com/the-urlist/blazorsortable" target="_blank">
Expand Down
5 changes: 5 additions & 0 deletions wwwroot/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,9 @@ h1:focus {

.has-cursor-grab {
cursor: grab;
}

/* links should be white */
a {
color: white;
}

0 comments on commit 440e154

Please sign in to comment.