From 33605e355b7335138dd75ef3ffe29d095533933d Mon Sep 17 00:00:00 2001 From: Alexander Kabui Date: Fri, 18 Mar 2022 16:51:30 +0300 Subject: add uniform font for title --- wqflask/wqflask/templates/pca_scree_plot.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wqflask') diff --git a/wqflask/wqflask/templates/pca_scree_plot.html b/wqflask/wqflask/templates/pca_scree_plot.html index e0b854fa..11bfebff 100644 --- a/wqflask/wqflask/templates/pca_scree_plot.html +++ b/wqflask/wqflask/templates/pca_scree_plot.html @@ -27,7 +27,7 @@ const layout = { font: { "size": 24, "family": "Arial", - "color": "#FF0000" + "color": "#000000" } }, -- cgit v1.2.3