mirror of
https://github.com/Rushilwiz/tj2023.git
synced 2025-04-20 12:00: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;
|
left: 0;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
color: white;
|
color: white;
|
||||||
background-image: url('img/hero.png')
|
background-image: url('img/hero.png');
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: left bottom;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero-text {
|
.hero-text {
|
||||||
|
@ -113,6 +115,10 @@ body {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.news {
|
||||||
|
margin-bottom: 150px;
|
||||||
|
}
|
||||||
|
|
||||||
.segment-quote {
|
.segment-quote {
|
||||||
color: #444;
|
color: #444;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
@ -158,4 +164,10 @@ body {
|
||||||
|
|
||||||
.hero-text {
|
.hero-text {
|
||||||
margin-top: 30vh;
|
margin-top: 30vh;
|
||||||
|
text-weight: bold;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
.contrast {
|
||||||
|
mix-blend-mode: exclusion;
|
||||||
|
color: white;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user