mirror of
https://github.com/Rushilwiz/tj2023.git
synced 2025-04-10 23:30:17 -04:00
Added Contrast class with mix blend mode
This commit is contained in:
parent
675516b093
commit
aa795872af
|
@ -36,7 +36,9 @@ nav {
|
|||
left: 0;
|
||||
width: 100vw;
|
||||
color: white;
|
||||
background-image: url('img/hero.png')
|
||||
background-image: url('img/hero.png');
|
||||
background-repeat: no-repeat;
|
||||
background-position: left bottom;
|
||||
}
|
||||
|
||||
.hero-text {
|
||||
|
@ -113,6 +115,10 @@ body {
|
|||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.news {
|
||||
margin-bottom: 150px;
|
||||
}
|
||||
|
||||
.segment-quote {
|
||||
color: #444;
|
||||
text-align: left;
|
||||
|
@ -158,4 +164,10 @@ body {
|
|||
|
||||
.hero-text {
|
||||
margin-top: 30vh;
|
||||
text-weight: bold;
|
||||
color: white;
|
||||
}
|
||||
.contrast {
|
||||
mix-blend-mode: exclusion;
|
||||
color: white;
|
||||
}
|
Loading…
Reference in New Issue
Block a user