diff --git a/modules/user/src/main/Trophy.scala b/modules/user/src/main/Trophy.scala index ea0e4440c1..2cc20af836 100644 --- a/modules/user/src/main/Trophy.scala +++ b/modules/user/src/main/Trophy.scala @@ -96,12 +96,20 @@ object Trophy { url = "http://lichess.org/donate".some, "icon3d".some) + object Streamer extends Kind( + key = "streamer", + name = "Lichess streamer", + icon = "".some, + url = "http://lichess.org/how-to-stream-on-lichess".some, + "icon3d".some) + val all = List( ZugMiracle, WayOfBerserk, MarathonWinner, MarathonTopTen, MarathonTopFifty, MarathonSurvivor, BongcloudWarrior, - Developer, Moderator) + Developer, Moderator, + Streamer) def byKey(key: String) = all find (_.key == key) } diff --git a/public/stylesheets/user-show.css b/public/stylesheets/user-show.css index 3531a81823..463b2c3dcd 100644 --- a/public/stylesheets/user-show.css +++ b/public/stylesheets/user-show.css @@ -57,6 +57,7 @@ div.user_show .trophy.icon3d { margin-top: -10px!important; font-size: 30px; color: #ccc; + text-shadow: 0 1px 0 rgba(0,0,0,0.5); transition: 0.3s; } div.user_show .trophy.icon3d:hover {