Skip to content

Instantly share code, notes, and snippets.

@ikait
Last active October 1, 2015 02:15
Show Gist options
  • Save ikait/ada244f079642075df01 to your computer and use it in GitHub Desktop.
Save ikait/ada244f079642075df01 to your computer and use it in GitHub Desktop.
Backlog の文字サイズを大きくして、カラーも排してスッキリさせる
.loom {
font-size: 100%;
line-height: 1.8;
}
#wikicard {
padding: 0;
border: none;
background-color: transparent;
margin-top: -30px;
}
.loom h1 {
border: none;
}
.loom h2 {
border: none;
padding: 0;
}
.loom .markdown-body ul {
margin-top: 0.5em;
margin-bottom: 0;
}
.loom .markdown-body ul > li > ul {
margin-top: 0;
margin-bottom: 0;
}
.Page--view-wiki #bodyLeft .subMenu {
font-size: 100%;
margin-bottom: 0;
position: absolute;
right: 40px;
top: 10px;
}
#bodyLeft #bodyLeftInner {
position: relative;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment