From ab8b798547e82ca79882ba28b1920077c803425f Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Fri, 5 Apr 2019 18:24:32 +0100 Subject: pysite -> pydis_site --- pydis_site/static/home/css/index.css | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 pydis_site/static/home/css/index.css (limited to 'pydis_site/static/home/css/index.css') diff --git a/pydis_site/static/home/css/index.css b/pydis_site/static/home/css/index.css new file mode 100644 index 00000000..76653320 --- /dev/null +++ b/pydis_site/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; +} -- cgit v1.2.3