Skip to content

Commit

Permalink
Renamed the teal color to aqua as it's more like it than teal
Browse files Browse the repository at this point in the history
  • Loading branch information
rmilesson committed May 28, 2014
1 parent 3e00005 commit d3a7538
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css/src/ng-annotate.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
&.blue { color: #000; background: #BCDFFC; border-color: #BCDFFC; }
&.pink { color: #000; background: #fcbcfa; border-color: #fcbcfa; }
&.yellow { color: #000; background: #fafcbc; border-color: #fafcbc; }
&.teal { color: #000; background: #bcfcf7; border-color: #bcfcf7; }
&.aqua { color: #000; background: #bcfcf7; border-color: #bcfcf7; }

&.strike { text-decoration: line-through; }
}
Expand Down
2 changes: 1 addition & 1 deletion example-app/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ app.controller("AnnotationController", function($scope)
{ name: "Blue", value: "blue" },
{ name: "Yellow", value: "yellow" },
{ name: "Pink", value: "pink" },
{ name: "Teal", value: "teal" }
{ name: "Aqua", value: "Aqua" }
];

$scope.close = function()
Expand Down

0 comments on commit d3a7538

Please sign in to comment.