Skip to content

Commit 6743a6e

Browse files
committed
🎨 add a touch of colour
1 parent d155937 commit 6743a6e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/lib/TVWrapperViewer.svelte

+11
Original file line numberDiff line numberDiff line change
@@ -150,25 +150,36 @@
150150
--right-distance: 8%;
151151
--bottom-distance: 4%;
152152
153+
--background-1: rgba(137, 220, 255, 0.7);
154+
--background-2: rgba(160, 255, 160, 0.7);
155+
156+
background: var(--background-1);
157+
153158
top: var(--top-distance);
154159
left: var(--left-distance);
155160
}
156161
157162
.text-container.alt {
163+
background: var(--background-2);
164+
158165
top: unset;
159166
left: unset;
160167
bottom: var(--bottom-distance);
161168
right: var(--right-distance);
162169
}
163170
164171
.text-container.alt.offset {
172+
background: var(--background-1);
173+
165174
top: unset;
166175
left: var(--left-distance);
167176
bottom: var(--bottom-distance);
168177
right: unset;
169178
}
170179
171180
.text-container.offset {
181+
background: var(--background-2);
182+
172183
top: var(--top-distance);
173184
left: unset;
174185
right: var(--right-distance);

0 commit comments

Comments
 (0)