lichess_widgets/dark.css

21 lines
345 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;
}
2014-11-07 08:51:17 -08:00
.lichess_theme_dark.lichess_long hr {
background: #444;
}
.lichess_theme_dark.lichess_widget b {
font-weight: 700;
font-size: 100%;
}