diff --git a/public/stylesheets/home.css b/public/stylesheets/home.css index c79dba62c1..f6ce7e0218 100644 --- a/public/stylesheets/home.css +++ b/public/stylesheets/home.css @@ -447,8 +447,13 @@ div.blog.undertable div.post time { } #lichess .enterable_list td.name a { font-weight: bold; +} +#lichess .enterable_list tr.scheduled td.name a { color: #d59120; } +#lichess .enterable_list tr:not(.scheduled) td.name a { + color: #808080; +} #lichess .enterable_list td:last-child { width: 20px; }