diff options
author | Adam Spiers <git@adamspiers.org> | 2015-01-13 16:31:52 +0000 |
---|---|---|
committer | Adam Spiers <git@adamspiers.org> | 2015-01-13 16:31:52 +0000 |
commit | 1e925f6206fe758bfa4c9514bb1ccaf661d8fea1 (patch) | |
tree | 5f32df81998023a4df4368b4f6b439a5c71024db /html | |
parent | de027eff447a07337e311516e63de4f0495c1171 (diff) | |
download | git-deps-1e925f6206fe758bfa4c9514bb1ccaf661d8fea1.tar.gz |
make <h1> marginally less ugly
Diffstat (limited to 'html')
-rw-r--r-- | html/css/git-deps.css | 5 |
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 { |