diff options
author | VG <vg@devys.org> | 2014-11-29 00:03:28 +0100 |
---|---|---|
committer | VG <vg@devys.org> | 2014-11-29 00:03:28 +0100 |
commit | 8abf1c607aa41886992496adf58dd8debd1d0a2e (patch) | |
tree | c3afa797958bfc3a782cbfc11979f0e6d46aca21 /static | |
parent | a40fb5c091f33004a250e1128e56dad2701fc054 (diff) | |
download | pasteme-8abf1c607aa41886992496adf58dd8debd1d0a2e.tar.gz pasteme-8abf1c607aa41886992496adf58dd8debd1d0a2e.tar.bz2 pasteme-8abf1c607aa41886992496adf58dd8debd1d0a2e.zip |
Factorize templates base and add background color
Diffstat (limited to 'static')
-rw-r--r-- | static/base.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/static/base.css b/static/base.css new file mode 100644 index 0000000..5dc464e --- /dev/null +++ b/static/base.css @@ -0,0 +1,3 @@ +html { + background-color: #002b36; +} |