switch opfor/blufor colors for overview

pull/1/head
Florian Hartwich 2017-05-18 14:54:36 +02:00
parent b1a82b0c45
commit a6790f55a2
1 changed files with 2 additions and 2 deletions

View File

@ -41,9 +41,9 @@ img{
} }
.text-opfor { .text-opfor {
color: blue; color: firebrick;
} }
.text-blufor { .text-blufor {
color: firebrick; color: blue;
} }