aboutsummaryrefslogtreecommitdiffstats
path: root/scss
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2018-11-23 02:56:23 +0000
committers-ol <s-ol@users.noreply.github.com>2018-11-23 02:56:23 +0000
commite86946428223bbcaae089bb92066988c3af129a0 (patch)
treee079fe1fb1e66c2d6bc1a489e8bcec7703376482 /scss
parentremove deploy.sh, doesn't work with stuff (diff)
downloadmmm-e86946428223bbcaae089bb92066988c3af129a0.tar.gz
mmm-e86946428223bbcaae089bb92066988c3af129a0.zip
clean-ish header
Diffstat (limited to 'scss')
-rw-r--r--scss/browser.scss2
-rw-r--r--scss/main.scss36
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;
}
}