From a6790f55a2e8a6b449d09ef821edf6e0afae76b5 Mon Sep 17 00:00:00 2001 From: Florian Hartwich Date: Thu, 18 May 2017 14:54:36 +0200 Subject: [PATCH] switch opfor/blufor colors for overview --- static/src/app/army/army.component.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }