From 4913ad5fa636e110dc8fd6a618c71b8fa27a3561 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 31 May 2020 12:59:40 +0200 Subject: Add styling, default license etc. --- sass/styles.scss | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) (limited to 'sass') diff --git a/sass/styles.scss b/sass/styles.scss index f9093ee..4dbe180 100644 --- a/sass/styles.scss +++ b/sass/styles.scss @@ -1,6 +1,15 @@ body { background: #322; - color: #999; + color: #aaa; + line-height: 1.5; + + a { + color: #acc; + } + + h1, h2, h3 { + color: #bcc; + } } img { @@ -13,4 +22,18 @@ img { } .figure { text-align: center; + padding-top: 1em; + padding-bottom: 0.5em; +} + +.license { + display: flex; + border-top: 1px solid #aaa; + padding-top: 0.5em; + .cc-by-sa-logo { + width: 10em; + } + .license-text { + font-size: small; + } } -- cgit v1.2.3