From 25330ec5fccc8cf644ae84c7b86dd495157d4967 Mon Sep 17 00:00:00 2001 From: Kim Rutherford Date: Wed, 28 Aug 2024 14:26:25 +1200 Subject: [PATCH] Make disulfide bond features darker Refs pombase/pombase-chado#1171 --- protein_feature_view/templates/protein_feature_view/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protein_feature_view/templates/protein_feature_view/index.html b/protein_feature_view/templates/protein_feature_view/index.html index bb01607..c80b114 100644 --- a/protein_feature_view/templates/protein_feature_view/index.html +++ b/protein_feature_view/templates/protein_feature_view/index.html @@ -176,7 +176,7 @@ singular: 'Inferred glycosylation site', }, 'Disulfide bonds': { - colour: '#7a2', + colour: '#090', allowGaps: true, helpText: 'Disulfide bonds imported from UniProt', includeCoords: true,