diff --git a/Pages/Index.razor b/Pages/Index.razor index 00c89b4..5c46a3a 100644 --- a/Pages/Index.razor +++ b/Pages/Index.razor @@ -6,7 +6,7 @@

Blazor Sortable

-

An integration of the SortableJS library with Blazor.

+

An integration of the SortableJS library with Blazor.

diff --git a/wwwroot/css/app.css b/wwwroot/css/app.css index 03cb3fb..d9d9890 100644 --- a/wwwroot/css/app.css +++ b/wwwroot/css/app.css @@ -51,4 +51,9 @@ h1:focus { .has-cursor-grab { cursor: grab; +} + +/* links should be white */ +a { + color: white; } \ No newline at end of file