From c04a1bc899694fcf4ac7f9ca9dc3d62bdf92e57e Mon Sep 17 00:00:00 2001 From: Alexander Yakovlev Date: Sun, 3 Jan 2016 00:12:35 +0700 Subject: [PATCH] Style fixes --- game/story.coffee | 5 +++-- html/index.html | 1 + sass/_variables.scss | 3 ++- sass/main.scss | 5 ++++- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/game/story.coffee b/game/story.coffee index 37e6f89..4c58134 100644 --- a/game/story.coffee +++ b/game/story.coffee @@ -247,9 +247,10 @@ situation "balcony", It's a letter, written by hand on a thick sheet of what must be an A4 paper. The handwriting is wobbly and the first three quarters of the sheet is gone, but the ending is legible. - ...ok at them, celebrating the New Year, think of our anniversary. + *...ok at them, celebrating the New Year, think of our anniversary. The day of White. - I will fly to you no matter what. + I will fly to you no matter what.* +     *L. Y.* """ diff --git a/html/index.html b/html/index.html index 67a077d..ad01567 100644 --- a/html/index.html +++ b/html/index.html @@ -4,6 +4,7 @@ The Black Phone + diff --git a/sass/_variables.scss b/sass/_variables.scss index 66cb6f9..a8549f3 100644 --- a/sass/_variables.scss +++ b/sass/_variables.scss @@ -1,10 +1,11 @@ $font-family-sans-serif: 'PT Sans','Open Sans',"Helvetica Neue", Helvetica, Arial, sans-serif; $headings-font-family: "PT Sans Caption",$font-family-sans-serif; +$font-family-base: $font-family-sans-serif; // palette: http://www.colourlovers.com/palette/292482/Terra $body-bg: #031634; $body-color: #E9DDCB; -$link-color: #CDB380; +$link-color: #E3E178;// #CDB380; $btn-bg: #036564; $btn-color: $body-color; $secondary-bg: #033649; diff --git a/sass/main.scss b/sass/main.scss index b4e4855..af1281b 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -112,6 +112,9 @@ body { @media (min-width: breakpoint-min(sm)) { @include make-col-offset(1); } + p { + hyphens: auto; + } padding: 1em; ul { margin: 0; @@ -158,7 +161,7 @@ body { @include make-col-offset(1); } margin-top: 1em; - color: #654; + color: darken($body-color, 10%); font-size: smaller; display: none; // Shown by Javascript #footleft {