/* ILIAS loads exactly one system stylesheet — activating a custom style
   REPLACES assets/css/delos.css rather than layering on top of it
   (ilUtil::getStyleSheetLocation() returns one or the other, never both).
   So this file must import the default style first, then apply overrides. */
@import url("../../../../assets/css/delos.css");

.il-logo .img-standard {
    content: url("images/HeaderIcon.svg");
    width: 44px;
    height: 44px;
}
