.edmlplayer-titlebar-brand{
    background-image: url("./kitlogo.svg");
}


:root {
    /*--edml-button-background: #00876c!important;
    --edml-button-hoverbackground: #034b3d!important;
    --edml-navitem-hovercolor: #00876c!important;*/
    
    --edml-button-background: #404040!important;
    --edml-button-hoverbackground: #00876c!important;
    --edml-navitem-hovercolor: #00876c!important;
}


edml-codelisting[tags~="stdout"]:before{
    content: "👁 Standardausgabe";
  font-weight: bold;
  display: block;
  background-color: lightgray;
  z-index: 1;
  position: relative;
  height: 1em;
  top: 0px;
  line-height: 1em;
  color: black;
  padding-left: 0.25em;
  border: solid 1px black;    
  border-bottom: none;
}

*[tags~="big"]{
    font-size: 1.5em;
}

*[tags~="edmlfont"]{
    font-family: edmlfont;
}

*[role="greeting"]{
    font-family: cursive;
}