Added white background and normalised styles
This commit is contained in:
parent
52bb867c25
commit
130a549e24
1 changed files with 9 additions and 7 deletions
|
|
@ -23,8 +23,8 @@ body {
|
|||
font-family: inherit;
|
||||
line-height: inherit;
|
||||
margin: 0;
|
||||
background: #0b1220;
|
||||
color: #e5e7eb;
|
||||
background: #f5f7fb;
|
||||
color: #1f2937;
|
||||
}
|
||||
h1,
|
||||
h2,
|
||||
|
|
@ -57,9 +57,11 @@ pre {
|
|||
|
||||
:root {
|
||||
--view-max-width: 1200px;
|
||||
--view-panel-background: #0f172a;
|
||||
--view-panel-border: #1f2937;
|
||||
--view-panel-color: #e5e7eb;
|
||||
--view-panel-background: #ffffff;
|
||||
--view-panel-border: #dbe3ec;
|
||||
--view-panel-color: #1f2937;
|
||||
--view-muted: #6b7280;
|
||||
--view-accent: #2563eb;
|
||||
}
|
||||
|
||||
.page {
|
||||
|
|
@ -86,10 +88,10 @@ pre {
|
|||
.panel .ant-list-item-meta-description,
|
||||
.panel .ant-statistic-title,
|
||||
.panel .ant-statistic-content {
|
||||
color: #ffffff !important;
|
||||
color: #1f2937 !important;
|
||||
}
|
||||
|
||||
.panel .ant-typography-secondary,
|
||||
.panel .ant-typography-secondary * {
|
||||
color: rgba(255, 255, 255, 0.7) !important;
|
||||
color: #6b7280 !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue