article[data-module=documentation],
#favorites > li[data-module=documentation],
#menu > ul > li#documentation {
  --dark-color: #d100c8;
  --light-color: #fde3ff; }

body:not(.min-left)[data-module=documentation] > #menu > ul > li#documentation > h3:not(.expanded) > a,
body:not(.min-left) > #menu > ul > li#documentation:focus > h3:not(.expanded) > a,
body:not(.min-left) > #menu > ul > li#documentation:hover > h3:not(.expanded) > a {
  background: url("img/documentation-24-hilight.svg") 10px center no-repeat, url("img/documentation-expand-more-24.svg") right no-repeat; }
body:not(.min-left)[data-module=documentation] > #menu > ul > li#documentation > h3.expanded > a,
body:not(.min-left) > #menu > ul > li#documentation:focus > h3.expanded > a,
body:not(.min-left) > #menu > ul > li#documentation:hover > h3.expanded > a {
  background: url("img/documentation-24-hilight.svg") 10px center no-repeat, url("img/documentation-expand-less-24.svg") right no-repeat; }

body:not(.min-left) > #menu > ul > li#documentation > h3:not(.expanded) > a {
  background: url("img/documentation-24.svg") 10px center no-repeat, url("img/expand-more-24.svg") right no-repeat; }
body:not(.min-left) > #menu > ul > li#documentation > h3.expanded > a {
  background: url("img/documentation-24.svg") 10px center no-repeat, url("img/expand-less-24.svg") right no-repeat; }

body.min-left[data-module=documentation] > #menu > ul > li#documentation > h3 > a,
body.min-left > #menu > ul > li#documentation:focus > h3 > a,
body.min-left > #menu > ul > li#documentation:hover > h3 > a {
  background: url("img/documentation-24-hilight.svg") 10px center no-repeat; }

body.min-left > #menu > ul > li#documentation > h3 > a {
  background: url("img/documentation-24.svg") 10px center no-repeat; }
