mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
set default body background to #000
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
<% } %>
|
<% } %>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body style="background-color: #000;">
|
||||||
<div id="root">
|
<div id="root">
|
||||||
<script type="module" src="main.tsx"></script>
|
<script type="module" src="main.tsx"></script>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
grid-template-areas: 'sidebar . right-sidebar';
|
grid-template-areas: 'sidebar . right-sidebar';
|
||||||
grid-template-rows: 1fr;
|
grid-template-rows: 1fr;
|
||||||
gap: 0;
|
gap: 0;
|
||||||
|
background: var(--theme-colors-background);
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-content-container.shell {
|
.main-content-container.shell {
|
||||||
|
|||||||
Reference in New Issue
Block a user