Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions static/less/base.less
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ body {
// Applied to body
body.theme-dark {
// theme.tokens.background.primary
background: #241D2A;
background: #272433;
// theme.tokens.content.primary
color: #F6F5FA;
}
body.theme-system {
@media (prefers-color-scheme: dark) {
// theme.tokens.background.primary
background: #241D2A;
background: #272433;
// theme.content.primary
color: #F6F5FA;
}
Expand Down
2 changes: 1 addition & 1 deletion static/less/shared-components.less
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ table.table.key-value {

.theme-dark .loading .loading-indicator {
// theme.tokens.background.primary
background: #241D2A;
background: #272433;
}

@-webkit-keyframes loading {
Expand Down
Loading