From 6acb1956ecfb08499d69afdce48f0724c9781630 Mon Sep 17 00:00:00 2001 From: pruizf <pabloruizfabo@gmail.com> Date: Sun, 26 Sep 2021 19:12:46 +0200 Subject: [PATCH] [css] header arrows color --- site/styles/methal-default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/styles/methal-default.css b/site/styles/methal-default.css index c3c2041..2ef45f0 100644 --- a/site/styles/methal-default.css +++ b/site/styles/methal-default.css @@ -509,7 +509,7 @@ video { } table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after { - //content: " \25B4\25BE" + //content: " \25B4\25BE"; content: " \25B4"; color: lightgray; } \ No newline at end of file -- GitLab