lichess_widgets/dark.css

12 lines
206 B
CSS
Raw Normal View History

2014-11-07 07:06:36 -08:00
/* Dark Style */
2014-11-07 08:33:38 -08:00
.lichess_theme_dark.lichess_widget {
2014-11-07 07:06:36 -08:00
background: #333;
border: 1px solid #444;
2014-11-07 07:49:37 -08:00
color: #acacac;
2014-11-07 07:24:43 -08:00
border-radius: 4px;
2014-11-07 07:06:36 -08:00
}
2014-11-07 07:49:37 -08:00
2014-11-07 08:33:38 -08:00
.lichess_theme_dark.lichess_widget:hover {
2014-11-07 07:06:36 -08:00
background: #4A4A4A;
}