github.com/SagerNet/gvisor@v0.0.0-20210707092255-7731c139d75c/website/_sass/front.scss (about) 1 .jumbotron { 2 background-image: url(/assets/images/background_1080p.jpg); 3 background-position: center; 4 background-repeat: no-repeat; 5 background-size: cover; 6 background-blend-mode: darken; 7 background-color: rgba(0, 0, 0, 0.3); 8 9 p { 10 color: #fff; 11 margin-top: 0; 12 margin-bottom: 0; 13 font-weight: 300; 14 font-size: 24px; 15 line-height: 30px; 16 } 17 }