diff --git a/static/src/app/army/army.component.css b/static/src/app/army/army.component.css index 0e04a8f..dc03295 100644 --- a/static/src/app/army/army.component.css +++ b/static/src/app/army/army.component.css @@ -41,9 +41,9 @@ img{ } .text-opfor { - color: blue; + color: firebrick; } .text-blufor { - color: firebrick; + color: blue; }