diff --git a/static/style.css b/static/style.css index d2a29b9..4d11f59 100644 --- a/static/style.css +++ b/static/style.css @@ -96,8 +96,8 @@ input#new_version { } /* Sortable tables */ -th.headerSortUp::after { content: " ▲"; } -th.headerSortDown::after { content: " ▼"; } +th.headerSortUp::after { content: " ▼"; } +th.headerSortDown::after { content: " ▲"; } #register-button, #sign-in-button {