_sass/modules/_wicket8.scss (35 lines of code) (raw):

@use "../taiga/settings"; .wicket8 { nav.mainmenu { a, a:active, a:hover { color:settings.$almost-black; } } .header { color:settings.$almost-black; } .jumbotron { &.header{ background-color:#BF866F; background-image: url('../img/background-4.jpg'); background-repeat: no-repeat; background-position: center 50%; background-size: cover; box-shadow: none; } .jumbotron-version { color:settings.$almost-black; } .jumbotron-poweredbyasf { margin: 0 auto; text-align: center; b { font-weight: bold; } } .jumbotron-mission { font-size: 2rem; font-weight: bold; } } }