Skip to content

Instantly share code, notes, and snippets.

@SpringMT
Created December 7, 2014 15:49
Show Gist options
  • Save SpringMT/51bfca5e86d6a6dd83f1 to your computer and use it in GitHub Desktop.
Save SpringMT/51bfca5e86d6a6dd83f1 to your computer and use it in GitHub Desktop.
css for kobito
/* See Kobito.app/Contents/Resources/markdown.css for predefined style. */
/* ~/Library/Containers/com.qiita.Kobito/Data/Library/Kobito/CSS/custom-style.css */
* {
color:#333333;
font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
line-height:180%;
}
body {
background:#FCFCFC;
padding:20px;
}
blockquote {
border-left :solid 4px #DDDDDD;
padding:3px 10px;
margin:10px 0;
background:#F7F7F7;
}
pre {
border-radius: 3px;
background:#F7F7F7;
border:solid 1px #EEEEEE;
padding:8px;
}
code {
border-radius: 3px;
background:#F7F7F7;
border:solid 1px #EEEEEE;
padding:8px;
}
a {
color:#4183C4;
}
h1 {
border-top: 1px solid #DDDDDD;
color: #333333;
font-size: 18px;
font-weight:bold;
line-height: 1;
padding: 16px 0px;
font-size:20px;
margin: 0px;
}
h2 {
color:#325D72;
border-top:solid #DDDDDD 1px;
border-bottom:none;
padding:16px 0;
font-weight:bold;
line-height:1.2em;
font-size:18px;
}
h3 {
color:#333333;
font-size:16px;
font-weight:bold;
border-bottom:none;
padding:0;
}
h4 {
color:#333333;
font-size:14px;
font-weight:normal;
}
strong {
color:#333333;
font-weight:bold;
padding:2px 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment