summaryrefslogtreecommitdiffstats
path: root/local.css
blob: 542a01910c4961f940470ee7f2dfa700d10aa7b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* ikiwiki local style sheet */

/* Add local styling here, instead of modifying style.css. */

#content { line-height: 1.5 }

video { max-width: 100% }

.pagecopyright, .pagelicense { font-style: normal }
.pagecopyright + .pagelicense { margin-top: 0.5em }
.pagecopyright p { margin-bottom: 0; line-height: 1.2 }
.pagelicense p { margin-top: 0 }

.muted { color: #666 }

pre, code {
  background-color: #f2f2f2;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
code { padding: .2em .3em }