fix: Duplicate styles

This commit is contained in:
sthag 2026-04-05 12:17:17 +02:00
parent 9fc463393e
commit 167e35ae33

View file

@ -44,13 +44,13 @@
position: relative;
overflow: hidden;
*:not(canvas) {
*:not(canvas, img) {
z-index: map.get(hippie.$z-indexes, "content-bottom");
position: relative;
color: white;
}
canvas {
canvas, img {
z-index: map.get(hippie.$z-indexes, "default");
position: absolute;
top: 0;
@ -133,7 +133,6 @@
}
td {
position: relative;
height: 4em;
vertical-align: top;
@ -143,15 +142,6 @@
color: white;
}
canvas {
z-index: map.get(hippie.$z-indexes, "default");
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
&:last-child {
text-align: center;
vertical-align: middle;