about summary refs log tree commit diff stats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css31
1 files changed, 31 insertions, 0 deletions
diff --git a/style.css b/style.css new file mode 100644 index 0000000..eb059d9 --- /dev/null +++ b/style.css
@@ -0,0 +1,31 @@
1body {
2 margin: auto;
3 font: 18px/1.4 serif;
4 max-width: 70ch;
5 background-color: papayawhip;
6 color: navy;
7}
8code {
9 background-color: #ffe;
10 color: black;
11}
12pre > code {
13 display: block;
14}
15img {
16 max-width: 100%;
17}
18a:link {
19 text-decoration: none;
20 background: #eef;
21 color: inherit;
22}
23a:visted {
24 color: inherit;
25}
26a:active {
27 border-bottom: 1px solid;
28}
29a:hover {
30 border-bottom: 1px solid;
31}