mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-08-19 11:27:24 +02:00
Compare commits
6 Commits
a72caa822a
...
2f6191eb1a
Author | SHA1 | Date | |
---|---|---|---|
2f6191eb1a | |||
3b7850ab56 | |||
7efdd63051 | |||
1917a63b64 | |||
d81f3c7d97 | |||
c48353fb2e |
12
Gemfile.lock
generated
12
Gemfile.lock
generated
@ -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
3
_sass/_base.scss
vendored
@ -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
12
css/main.scss
vendored
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user