Skip to content

Instantly share code, notes, and snippets.

@cznic
Created October 19, 2013 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cznic/7056369 to your computer and use it in GitHub Desktop.
Save cznic/7056369 to your computer and use it in GitHub Desktop.
~/src/code.google.com/p/go.tools/cmd/cover
diff -r 9e246fa49449 cmd/cover/html.go
--- a/cmd/cover/html.go Fri Oct 18 10:42:41 2013 +0900
+++ b/cmd/cover/html.go Sat Oct 19 16:06:40 2013 +0200
@@ -174,16 +174,12 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style>
- body {
- background: black;
- color: rgb(80, 80, 80);
- }
body, pre, #legend span {
- font-family: Menlo, monospace;
- font-weight: bold;
+ background: #e9e9e9;
+ font-family: monospace;
}
#topbar {
- background: black;
+ background: #e0ebf5;
position: fixed;
top: 0; left: 0; right: 0;
height: 42px;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment