.bg-dark-light .row-top { color: rgba( 255, 255, 255, 0.6 ); background-color: rgb(0, 0, 0); } .bg-dark-light .row-center { color: rgba( 0, 0, 0, 1 ); background-color: rgb(255, 255, 255); } .bg-dark a:is( :hover ) { color: rgba( 255, 255, 255, 1 ); } .bg-dark::slotted( a ) { } .bg-dark::slotted( a:hover ) { color: rgba( 255, 255, 255, 1 ); } .bg-dark > .layout-section .menu-pulldown { background-image: url(https://assets.silksites.nl/misc/icons/menu-breed-radius-white.svg); width: 30px; min-width: 30px; height: 18px; background-position: center; background-repeat: no-repeat; z-index: 150; } .top:is(.open) > .layout-section .menu-pulldown { xbackground-image: url(/graphics/cross-white.svg); }