[⚡] Make gradient match theming
This commit is contained in:
parent
cc91d9e9af
commit
f3327d75cd
1 changed files with 2 additions and 7 deletions
|
|
@ -11,10 +11,6 @@
|
||||||
--crust: #11111b;
|
--crust: #11111b;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bx-category {
|
|
||||||
color: #181926;
|
|
||||||
}
|
|
||||||
|
|
||||||
body,
|
body,
|
||||||
html {
|
html {
|
||||||
background-color: var(--crust);
|
background-color: var(--crust);
|
||||||
|
|
@ -55,10 +51,9 @@ toolbar {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
||||||
div[data-toolbar-id="appview"] {
|
div[data-toolbar-id="appview"] {
|
||||||
background: rgb(150, 181, 246);
|
background: linear-gradient(45deg, var(--crust), var(--surface-0));
|
||||||
background: linear-gradient(45deg, rgba(150, 181, 246, 1) 0%, rgba(150, 181, 246, 1) 12%, rgba(77, 129, 236, 1) 100%);
|
|
||||||
color: black;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
& > div {
|
& > div {
|
||||||
background: var(--base);
|
background: var(--base);
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue