From 31e841cb3e7c7d761ecf333e6ab11d58cf50f8a1 Mon Sep 17 00:00:00 2001 From: Thibault Duplessis Date: Sat, 23 Jan 2016 21:20:47 +0700 Subject: [PATCH] color unique tournaments in schedule view --- public/stylesheets/tournament.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/stylesheets/tournament.css b/public/stylesheets/tournament.css index 2952f449b9..d151b418f3 100644 --- a/public/stylesheets/tournament.css +++ b/public/stylesheets/tournament.css @@ -610,6 +610,9 @@ ol.scheduled_tournaments li.marathon { #tournament_schedule .tournament.marathon { background-color: #66558C; } +#tournament_schedule .tournament.unique { + background-color: #d59120; +} #tournament_schedule .icon { float: left; font-size: 2.4em;