edit: recadrage video fond + blend mode event pour lisibilité
This commit is contained in:
@@ -46,6 +46,8 @@
|
|||||||
border-radius: 16.1px;
|
border-radius: 16.1px;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
gap: 0;
|
gap: 0;
|
||||||
|
mix-blend-mode: exclusion;
|
||||||
|
filter: contrast(200%);
|
||||||
|
|
||||||
.titleSection{
|
.titleSection{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@@ -102,6 +104,7 @@
|
|||||||
.eventEntry:hover{
|
.eventEntry:hover{
|
||||||
background-color: var(--back-color);
|
background-color: var(--back-color);
|
||||||
color: var(--main-color);
|
color: var(--main-color);
|
||||||
|
mix-blend-mode: normal;
|
||||||
|
|
||||||
p{
|
p{
|
||||||
color: var(--main-color);
|
color: var(--main-color);
|
||||||
|
|||||||
+5
-1
@@ -158,7 +158,7 @@ html, body{
|
|||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: auto;
|
width: auto;
|
||||||
height: 200%;
|
height: 133%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
@@ -167,6 +167,10 @@ html, body{
|
|||||||
filter: contrast(200%) saturate(33%) grayscale();
|
filter: contrast(200%) saturate(33%) grayscale();
|
||||||
transform: rotate(180deg);
|
transform: rotate(180deg);
|
||||||
mix-blend-mode: difference;
|
mix-blend-mode: difference;
|
||||||
|
|
||||||
|
@media(min-width: 700px){
|
||||||
|
height: 200%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#mainContainer{
|
#mainContainer{
|
||||||
|
|||||||
Reference in New Issue
Block a user