We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f4220f commit b7f1569Copy full SHA for b7f1569
index.css
@@ -3,18 +3,18 @@
3
* the theme is same as the system theme.
4
*/
5
:root {
6
- --bg-loading-screen: #f2f4f7;
+ --bg-body: #f2f4f7;
7
--bg-devtron-loader: #e5f2ff;
8
--fill-devtron-loader: #0066cc;
9
10
11
@media (prefers-color-scheme: dark) {
12
- --bg-loading-screen: #0d0f1c;
+ --bg-body: #0d0f1c;
13
--bg-devtron-loader: #172433;
14
--fill-devtron-loader: #74B5FF;
15
}
16
17
18
body {
19
- background: var(--bg-loading-screen);
+ background: var(--bg-body);
20
src/css/base.scss
@@ -46,7 +46,6 @@ body {
46
Cantarell,
47
'Helvetica Neue',
48
sans-serif;
49
- background: var(--bg-tertiary);
50
51
a {
52
color: var(--B500);
0 commit comments