@import url("lean-common.css");
/* colors */

/* teal: # 00807A */
/* pink: # C60B46
   orange : #F37320
   gray : #E6E7E8
   */

:root.sws-display body {
    background-color: #ddd;
}

.sws-canvas {
    background-color: #fff;
    color:  #3D3C3A;

}

.kw-keyword, em, .sws-toc li.hl, var, .kw-operator {
    color: #00807A;
}

.kw-string, a, .red .kw-keyword, .red .kw-operator {
    color: #F37320;

}
.kw-comment, .sws-toc li.done {
    color: gray;
}

.kw-operator {
    font-family: 'Computer Modern Serif';
}

mark {
    color: #F37320;
    background-color: transparent;
}

.sws-title > h1 {
    position:relative;
    color: rgb(99, 0, 60);
    border-bottom: 0.15rem solid #E6E7E8;
    z-index: 20;
}


.sws-cover {
    background-color: rgb(99, 0, 60);
}
.sws-cover h1, .sws-cover h2, .sws-cover h3, .sws-cover a {
    color: white;
}
.sws-cover::before {
    content: "";
    display:block;
    position:absolute;
    bottom: 1rem;
    left:1rem;
    width:3rem;
    height:1rem;
    background:url(logo_upsay_blanc.svg);
    background-repeat: no-repeat;
    background-size: contain;

}
.sws-title h1::before {
    content: " ";
    display:block;
    position:absolute;
    bottom:-1px;
    right:0;
    height:100%;
    width:2rem;
    background:url(upsay_e_gray.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index:-1;
}
