|
@@ -76,6 +76,28 @@ const styles = (theme: Theme, isDark: boolean) => css`
|
|
|
? css`
|
|
|
.box {
|
|
|
background: ${theme.background};
|
|
|
+
|
|
|
+ .box-content,
|
|
|
+ .box-header {
|
|
|
+ background: ${theme.background};
|
|
|
+
|
|
|
+ h1,
|
|
|
+ h2,
|
|
|
+ h3,
|
|
|
+ h4,
|
|
|
+ h5,
|
|
|
+ h6 {
|
|
|
+ color: ${theme.headingColor};
|
|
|
+ }
|
|
|
+
|
|
|
+ a {
|
|
|
+ color: ${theme.textColor};
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .box-header {
|
|
|
+ border-bottom-color: ${theme.border};
|
|
|
+ }
|
|
|
}
|
|
|
.loading .loading-indicator {
|
|
|
border-color: ${theme.backgroundSecondary};
|