diff options
author | Alexander Kabui | 2022-03-18 16:51:30 +0300 |
---|---|---|
committer | Alexander Kabui | 2022-03-18 16:51:30 +0300 |
commit | 33605e355b7335138dd75ef3ffe29d095533933d (patch) | |
tree | 03071ebbae6111be62e7b2a955ac0cf5774f4157 | |
parent | 5c941a9872f70d9be4d54badb536dc5ef04a0223 (diff) | |
download | genenetwork2-33605e355b7335138dd75ef3ffe29d095533933d.tar.gz |
add uniform font for title
-rw-r--r-- | wqflask/wqflask/templates/pca_scree_plot.html | 2 |
1 files changed, 1 insertions, 1 deletions
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" } }, |