From 7f2d8e883bba5ba0f222acb8f44a94ce6456a4b9 Mon Sep 17 00:00:00 2001 From: Johan Nilsson Date: Sat, 26 Nov 2011 10:31:31 +0100 Subject: You are only as good as your last commit --- app.css | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 app.css (limited to 'app.css') diff --git a/app.css b/app.css new file mode 100644 index 0000000..a14e694 --- /dev/null +++ b/app.css @@ -0,0 +1,30 @@ +body { + color: #333; + padding: 14px; + line-height: 22px; + text-align: center; + font-family: helvetica, arial, freesans, clean, sans-serif; + background-image:url('lined_paper.png'); +} + +span.lastcommit { + font-size: 22px !important; +} + +a:hover { + color: #00438A; + text-decoration: underline; +} +a { + color: #0069D6; + text-decoration: none; +} + + +pre { + color: #404040; + font-family: Monaco, 'Andale Mono', 'Courier New', monospace; + font-size: 12px; + + +} -- cgit v1.2.3