Compare commits

...

6 Commits

3 changed files with 13 additions and 14 deletions

12
Gemfile.lock generated
View File

@ -218,7 +218,7 @@ GEM
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
minitest (5.23.0)
minitest (5.23.1)
mutex_m (0.2.0)
net-http (0.4.1)
uri
@ -240,9 +240,9 @@ GEM
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (5.0.5)
racc (1.7.3)
racc (1.8.0)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.2.8)
strscan (>= 3.0.9)
@ -257,8 +257,7 @@ GEM
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
simpleidn (0.2.2)
unf (~> 0.1.4)
simpleidn (0.2.3)
strscan (3.1.0)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
@ -266,9 +265,6 @@ GEM
ethon (>= 0.9.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.9.1)
unicode-display_width (1.8.0)
uri (0.13.0)
webrick (1.8.1)

3
_sass/_base.scss vendored
View File

@ -105,7 +105,8 @@ h6 {
*/
a {
color: $brand-color;
text-decoration: none;
//text-decoration: none;
text-decoration: underline;
&:visited {
color: revert;

12
css/main.scss vendored
View File

@ -5,11 +5,13 @@
@charset "utf-8";
// Our variables
//$base-font-family: Helvetica, Arial, sans-serif;
//$base-font-family: "Copperplate / Copperplate Gothic Light", sans-serif;
$base-font-family: "Noto Serif", serif;
$base-font-size: 16px;
$small-font-size: $base-font-size * 0.875;
//$base-font-family: "Liberation Serif", "Tinos", "Times New Roman", serif;
$base-font-family: serif;
//$base-font-family: "Liberation Sans", "Arimo", "Arial", sans-serif;
//$base-font-size: 16px;
$base-font-size: revert;
//$small-font-size: $base-font-size * 0.875;
$small-font-size: revert;
$base-line-height: 1.5;
$spacing-unit: 30px;