OpenMediaCenter/src/AppDarkTheme.module.css

29 lines
345 B
CSS
Raw Normal View History

2020-07-27 19:14:56 +00:00
/**
* The coloring elements for dark theme
*/
2020-07-26 16:17:29 +00:00
.backgroundcolor{
background-color: #141520;
2020-07-26 16:17:29 +00:00
}
.textcolor{
color: white;
}
2020-07-27 19:14:56 +00:00
.subtextcolor{
color: #dedad6;
}
.navitem::after {
background: white;
}
2020-07-26 16:17:29 +00:00
.hrcolor{
border-color: rgba(255,255,255,.1);
}
.previewhover:hover{
box-shadow: rgba(255, 255, 255, 0.7) 0 0 0 5px;
}