Codebase list fudgec2 / 0d32bcf ServerApp / static / core-style.css
0d32bcf

Tree @0d32bcf (Download .tar.gz)

core-style.css @0d32bcfraw · history · blame

body {
    font-family: 'Ubuntu', sans-serif;
    background-image:url("/static/bg.jpeg");
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    padding:0px;
    }

.iplm {
     background-color: #f5f3f3;

}