Last active
October 1, 2015 02:15
-
-
Save ikait/ada244f079642075df01 to your computer and use it in GitHub Desktop.
Backlog の文字サイズを大きくして、カラーも排してスッキリさせる
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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