diff options
author | 2018-08-13 22:45:53 +0200 | |
---|---|---|
committer | 2018-08-13 22:45:53 +0200 | |
commit | 06753eefa1212b0cb72e9115377a9119e70c97a1 (patch) | |
tree | 5932c82efe136cac6ee2ee3465845de6168493ad /home/static | |
parent | Add regular URLconf. (diff) |
Add static files.
Diffstat (limited to 'home/static')
-rw-r--r-- | home/static/home/css/index.css | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/home/static/home/css/index.css b/home/static/home/css/index.css new file mode 100644 index 00000000..76653320 --- /dev/null +++ b/home/static/home/css/index.css @@ -0,0 +1,30 @@ +html { + background-color: #7289DA; +} + +.overview > h1 { + margin-top: 0.5em; + margin-bottom: -0.25em; +} + +.overview > p.is-size-7 { + margin-bottom: 2em; +} + +.overview > p.is-size-4 { + margin-bottom: 1em; +} + +.overview > p.is-size-6 { + margin-bottom: 1em; +} + +.overview > img { + border: 1px solid #6378BF; + margin-bottom: 1em; +} + +.overview > .divider { + letter-spacing: -3px; + margin-bottom: 1em; +} |