diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2018-11-23 02:56:23 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2018-11-23 02:56:23 +0000 |
| commit | e86946428223bbcaae089bb92066988c3af129a0 (patch) | |
| tree | e079fe1fb1e66c2d6bc1a489e8bcec7703376482 /scss | |
| parent | remove deploy.sh, doesn't work with stuff (diff) | |
| download | mmm-e86946428223bbcaae089bb92066988c3af129a0.tar.gz mmm-e86946428223bbcaae089bb92066988c3af129a0.zip | |
clean-ish header
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/browser.scss | 2 | ||||
| -rw-r--r-- | scss/main.scss | 36 |
2 files changed, 36 insertions, 2 deletions
diff --git a/scss/browser.scss b/scss/browser.scss index ab03d59..1117da7 100644 --- a/scss/browser.scss +++ b/scss/browser.scss @@ -46,7 +46,7 @@ display: flex; flex: 0 0 3.2em; justify-content: space-between; - background: #eeeeee; + background: $gray-bright; /* > * { diff --git a/scss/main.scss b/scss/main.scss index 070eac0..adbb65d 100644 --- a/scss/main.scss +++ b/scss/main.scss @@ -36,6 +36,40 @@ a { color: inherit; } +header { + font-family: 'Source Sans Pro', sans-serif; + padding: 1rem 2rem; + text-align: right; + + color: $gray-bright; + background: $gray-dark; + + h1 { + display: flex; + justify-content: space-around; + align-items: baseline; + margin: 0; + + font-size: 4rem; + font-weight: 200; + + > b { + flex: 1; + } + + .bold { + font-weight: 400; + } + } + + i.sun { + font-style: normal; + font-weight: 800; + font-size: 0.7em; + vertical-align: -0.04em; + } +} + .canvas_app { position: relative; @@ -67,7 +101,7 @@ a { a { display: block; - color: #eee; + color: $gray-bright; font-family: inherit; } } |
