diff --git a/app/config/styles.json b/app/config/styles.json index 73a348b..d5efbf3 100644 --- a/app/config/styles.json +++ b/app/config/styles.json @@ -3,13 +3,16 @@ "font-family": "Helvetica, Arial, sans-serif", "font-size": "10pt", "color": "#000", - "max-width": "1104px", + "max-width": "1102px", "margin": "0" }, "link": { "text-decoration": "none", "color": "#e73b31" }, + "monospace": { + "font-family": "Consolas,\"Liberation Mono\",Menlo,Courier,monospace" + }, "intro-paragraph": { "font-size": "12pt", "user-link": { @@ -22,15 +25,18 @@ } }, "interval-header": { - "font-size": "24pt", + "font-size": "20pt", "font-weight": "bold", "margin": ".75em 0 .5em 0", - "border-bottom": "solid 1px #ddd" + "border-bottom": "dashed 1px #ccc" }, "repository-header": { - "font-size": "18pt", + "font-size": "16pt", "font-weight": "bold", - "margin": ".5em 0" + "margin": ".5em 0", + "link": { + "color": "#b52e26" + } }, "commit": { "background": "#fefcef", diff --git a/app/static/main.css b/app/static/main.css index 696612c..bf230cc 100644 --- a/app/static/main.css +++ b/app/static/main.css @@ -44,12 +44,13 @@ a { .body { padding: 10px; - max-width: 1104px; + max-width: 1102px; margin: 0 auto; } .body h1 { margin-top: 0; + color: #756344; } #sign-in-form { @@ -135,7 +136,7 @@ a { } #delete-account-form { - border-top: solid 1px #ccc; + border-top: dashed 1px #ccc; margin-top: 1em; padding-top: 1em; } diff --git a/app/templates/shared/digest.html b/app/templates/shared/digest.html index e72a19f..1694922 100644 --- a/app/templates/shared/digest.html +++ b/app/templates/shared/digest.html @@ -17,13 +17,13 @@ {{range .IntervalDigests }} {{$interval := .}} -

{{.Header}}

+

{{.Header}}

{{.Description}}

{{range .RepoDigests}} -

- {{.Repo.FullName}} +

+ {{.Repo.FullName}}

@@ -38,7 +38,7 @@

{{.Title}}

{{if .Message}} -
{{.Message}}
+
{{.Message}}
{{end}}