Define color text by brightness

Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com>
This commit is contained in:
Gregoire Parant
2022-02-21 01:09:53 +01:00
parent 070ad6b993
commit 0943ec8991
5 changed files with 32 additions and 9 deletions
@@ -326,8 +326,6 @@
}
&.jitsi {
filter: invert(100%);
-webkit-filter: invert(100%);
padding: 7px;
}
}
@@ -343,15 +341,18 @@
display: none;
position: absolute;
background-color: rgba(0, 0, 0, 0.6);
top: -30px;
top: -40px;
left: -4px;
width: 0 !important;
min-height: 20px;
transition: all 0.2s ease;
overflow: hidden;
color: white;
padding: 2px;
padding: 4px;
border-radius: 4px;
p {
margin-bottom: 0;
}
}
}
</style>