terminal background images

This commit is contained in:
sawka 2024-03-04 23:33:00 -08:00
parent 6db6ac3ee4
commit 6fdaebdaf7
2 changed files with 15 additions and 1 deletions

View File

@ -23,5 +23,5 @@
--term-gray: #8b918a;
--term-cmdtext: #f0f0f0;
--term-foreground: #c1c1c1;
--term-background: #000000;
--term-background: #00000000;
}

View File

@ -1,5 +1,19 @@
.session-view {
overflow: hidden;
position: relative;
&:before {
content: " ";
display: block;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: var(--tab-bg-image-opacity, 0.5);
background-image: var(--tab-bg-image-url, none);
background-size: cover;
}
.center-message {
display: flex;