Make Background Color Transparent

This commit is contained in:
DaGammla
2023-08-25 01:35:10 +02:00
parent be549de8f8
commit b1077ce45f
+2 -2
View File
@@ -29,13 +29,13 @@
display: none;
}
[data-state=paused]{
background-color: brown;
background-color: rgba(205, 20, 20, 0.61);
}
[data-state=paused] div::after{
content: "Click to keep page open";
}
[data-state=playing]{
background-color: rgb(70, 199, 70);
background-color: rgba(0, 193, 0, 0.55);
}
[data-state=playing] div::after{
content: "Page will stay open";