style.css (609B)
1 body { 2 background-color: #fcfffe; 3 } 4 5 img, h1, h2 { 6 vertical-align: middle; 7 } 8 9 img { 10 border: 0; 11 } 12 13 table thead td { 14 font-weight: bold; 15 } 16 17 table td { 18 font-family: monospace; 19 padding: 0 0.4em; 20 } 21 22 #content table td { 23 font-family: monospace; 24 vertical-align: top; 25 white-space: nowrap; 26 } 27 28 .d, .i, .h { 29 text-decoration: none; 30 } 31 32 /* deletions */ 33 .d { 34 color: #bb0000; 35 } 36 37 /* insertions */ 38 .i { 39 color: #008400; 40 } 41 42 /* hunks */ 43 .h { 44 color: black; 45 background-color: lightgray; 46 } 47 48 /* (copy-file (buffer-file-name) "/ssh:git@jamzattack.xyz:/var/www/git/style.css" t) */