vivian_elmo_world
New Member
SO i started using LESS CSS. Now i have a parent div with opacity: 0.8;I want the child to have opacity: 1;So i created this:\[code\].offerte{ font-family: BrushScriptRegular; font-size: 34px; background-color: black; opacity: 0.80; a:hover { border-bottom: @underlineBorder; opacity: 1; }}\[/code\]I got told that this should overwrite the parents opacity in LESS. But this does not work for me. Any other solutions with LESS how to deal with this?thx in advance!