Codebase list fudgec2 / 9efa3053-3ebd-43b9-ba52-25607284fb4a/upstream ServerApp / static / core-style.css
9efa3053-3ebd-43b9-ba52-25607284fb4a/upstream

Tree @9efa3053-3ebd-43b9-ba52-25607284fb4a/upstream (Download .tar.gz)

core-style.css @9efa3053-3ebd-43b9-ba52-25607284fb4a/upstreamraw · 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;

}