Compare commits

..

No commits in common. "2f6191eb1a759f88dd6a0057869198b57b2e83f0" and "a72caa822a7a07f66369bb4ebdd5485777a0649c" have entirely different histories.

3 changed files with 14 additions and 13 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.1)
minitest (5.23.0)
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.8.0)
racc (1.7.3)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.8)
strscan (>= 3.0.9)
@ -257,7 +257,8 @@ GEM
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
simpleidn (0.2.3)
simpleidn (0.2.2)
unf (~> 0.1.4)
strscan (3.1.0)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
@ -265,6 +266,9 @@ 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,8 +105,7 @@ h6 {
*/
a {
color: $brand-color;
//text-decoration: none;
text-decoration: underline;
text-decoration: none;
&:visited {
color: revert;

12
css/main.scss vendored
View File

@ -5,13 +5,11 @@
@charset "utf-8";
// Our variables
//$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-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-line-height: 1.5;
$spacing-unit: 30px;