diff options
Diffstat (limited to 'sass/styles.scss')
-rw-r--r-- | sass/styles.scss | 25 |
1 files changed, 24 insertions, 1 deletions
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; + } } |