OpenMediaCenter/src/AppDarkTheme.module.css

49 lines
563 B
CSS
Raw Permalink Normal View History

2020-07-27 19:14:56 +00:00
/**
* The coloring elements for dark theme
*/
.backgroundcolor {
background-color: #141520;
2020-07-26 16:17:29 +00:00
}
.textcolor {
color: white;
}
.subtextcolor {
2020-07-27 19:14:56 +00:00
color: #dedad6;
}
2020-08-03 18:38:22 +00:00
.lighttextcolor {
color: #d5d5d5;
}
.navitem::after {
background: white;
}
2020-07-26 16:17:29 +00:00
2020-12-29 19:39:30 +00:00
.navitem {
color: white;
}
.navitem:hover {
color: white;
}
.hrcolor {
border-color: rgba(255, 255, 255, .1);
2020-07-26 16:17:29 +00:00
}
2020-08-03 18:38:22 +00:00
.secbackground {
background-color: #3c3d48;
}
.thirdbackground {
background-color: #141520;
}
2020-08-03 18:38:22 +00:00
.preview:hover {
2020-07-26 16:17:29 +00:00
box-shadow: rgba(255, 255, 255, 0.7) 0 0 0 5px;
}