diff options
Diffstat (limited to 'templates/category')
-rw-r--r-- | templates/category/table.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/category/table.html b/templates/category/table.html index e05c84b..d4147aa 100644 --- a/templates/category/table.html +++ b/templates/category/table.html @@ -27,7 +27,8 @@ > <span class="g-Table__Cell" - style="color: {{ category.color }}" + is="colored-category" + data-color="{{ category.color }}" > {{ category.name }} </span> |