aboutsummaryrefslogtreecommitdiffstats
path: root/html
diff options
context:
space:
mode:
authorAdam Spiers <git@adamspiers.org>2015-01-13 16:31:52 +0000
committerAdam Spiers <git@adamspiers.org>2015-01-13 16:31:52 +0000
commit1e925f6206fe758bfa4c9514bb1ccaf661d8fea1 (patch)
tree5f32df81998023a4df4368b4f6b439a5c71024db /html
parentde027eff447a07337e311516e63de4f0495c1171 (diff)
downloadgit-deps-1e925f6206fe758bfa4c9514bb1ccaf661d8fea1.tar.gz
make <h1> marginally less ugly
Diffstat (limited to 'html')
-rw-r--r--html/css/git-deps.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/html/css/git-deps.css b/html/css/git-deps.css
index 37ecc9b..2e248cc 100644
--- a/html/css/git-deps.css
+++ b/html/css/git-deps.css
@@ -17,7 +17,10 @@ body {
}
h1 {
- margin: 0.1em;
+ margin: 0;
+ background: rgb(128, 150, 174);
+ color: white;
+ padding: 0.3em;
}
#top p {