diff --git a/src/assets/scss/_colors.scss b/src/assets/scss/_colors.scss index 8178afda0..db50b1cda 100644 --- a/src/assets/scss/_colors.scss +++ b/src/assets/scss/_colors.scss @@ -24,7 +24,10 @@ $editionColors: ( versesBackground: #800000, versesColor: #ffffff, versesBorder: #000000, - highlightColor: #ffffcc + highlightColor: #ffffcc, + annotations: ( + buttonColors: #FFFFFF + ) ); @function get-color($key) { @@ -33,4 +36,8 @@ $editionColors: ( @function get-ne-color($key) { @return get-color(namedEntities $key); +} + +@function get-anno-color($key){ + @return get-color(annotations $key); } \ No newline at end of file