Codebase list fudgec2 / 442d02a ServerApp / static / core-style.css
442d02a

Tree @442d02a (Download .tar.gz)

core-style.css @442d02araw · 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;

}