Codebase list fudgec2 / 51dc5e0 ServerApp / static / core-style.css
51dc5e0

Tree @51dc5e0 (Download .tar.gz)

core-style.css @51dc5e0raw · 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;

}