background color
This commit is contained in:
parent
c1bab40aab
commit
525af0db42
@ -24,11 +24,11 @@
|
|||||||
<body>
|
<body>
|
||||||
<img alt="Wails logo" id="logo" src="{logo}">
|
<img alt="Wails logo" id="logo" src="{logo}">
|
||||||
{#if $loading}
|
{#if $loading}
|
||||||
<div transition:slide="{{duration:100}}">
|
<div transition:slide="{{duration:100}}" class="central">
|
||||||
<Loading />
|
<Loading />
|
||||||
</div>
|
</div>
|
||||||
{:else}
|
{:else}
|
||||||
<div transition:slide="{{duration:100}}">
|
<div transition:slide="{{duration:100}}" class="central">
|
||||||
<Instances />
|
<Instances />
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
@ -42,6 +42,7 @@
|
|||||||
--text-secondary: #ececec;
|
--text-secondary: #ececec;
|
||||||
--bg-primary: #23232e;
|
--bg-primary: #23232e;
|
||||||
--bg-secondary: #141418;
|
--bg-secondary: #141418;
|
||||||
|
background-color: var(--bg-secondary);
|
||||||
}
|
}
|
||||||
|
|
||||||
#logo {
|
#logo {
|
||||||
@ -60,10 +61,14 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
margin-left: 5rem;
|
margin-left: 5rem;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
main{
|
main{
|
||||||
|
background-color: var(--bg-secondary);
|
||||||
|
}
|
||||||
|
.central{
|
||||||
|
background-color: var(--bg-secondary);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user