site

bvnf.space sources
Log | Files | Refs

style.css (400B)


      1
      2
      3
      4
      5
      6
      7
      8
      9
     10
     11
     12
     13
     14
     15
     16
     17
     18
     19
     20
     21
     22
     23
     24
     25
     26
     27
     28
     29
     30
     31
     32
     33
body {
	font-family: serif;
	font-size: 16px;
	padding: 2ch;
	margin: auto;
	max-width: 78ch;
	color: black;
	background: #fff;
}
code {
	font-family: monospace;
	border-radius: 5px;
}
pre {
	overflow-x: auto;
	background: #ddd;
	padding: 0.2ch;
}
table {
	width: 100%;
}
footer {
	padding: 5px;
}

header {
	font-family: monospace;
	float: right;
}

.index-post, .index-date {
	padding-top: 20px;
}