|
|
@ -14,6 +14,7 @@ $base-sky-blue: #66cccc; |
|
|
|
$base-blue: #6699cc; |
|
|
|
$base-violet: #cc99cc; |
|
|
|
$base-dark-orange: #d27b53; |
|
|
|
$link-color: #4287cd; |
|
|
|
|
|
|
|
/* .base00 { color: #2d2d2d; } |
|
|
|
.base01 { color: #393939; } |
|
|
@ -105,10 +106,15 @@ body { |
|
|
|
color: $color; |
|
|
|
line-height: 1.5; |
|
|
|
// font-size: 100%; |
|
|
|
font-size: 15px; |
|
|
|
// font-size: 15px; |
|
|
|
font-size: 17px; |
|
|
|
// font-size: 20px; |
|
|
|
/* font-family: 'Source Code Pro', monospace; */ |
|
|
|
font-family: 'Hack', monospace; |
|
|
|
// font-family: 'Hack', monospace; |
|
|
|
// body { |
|
|
|
// font-family: 'Times New Roman', serif; |
|
|
|
font-family: "Computer Modern Serif"; |
|
|
|
// } |
|
|
|
display: flex; |
|
|
|
flex-direction: column; |
|
|
|
min-height: 100vh; |
|
|
@ -499,18 +505,20 @@ header {// {{{ |
|
|
|
} |
|
|
|
} |
|
|
|
a {// {{{ |
|
|
|
color: $link-color; |
|
|
|
text-decoration: none; |
|
|
|
&:hover { |
|
|
|
text-decoration: none; |
|
|
|
} |
|
|
|
}// }}} |
|
|
|
|
|
|
|
// font-size: .9em; |
|
|
|
font-size: .8em; |
|
|
|
font-size: 1.4em; |
|
|
|
// font-size: .8em; |
|
|
|
|
|
|
|
.row { |
|
|
|
// flex-grow: 1; |
|
|
|
color: $base05; |
|
|
|
// color: $base05; |
|
|
|
color: $link-color; |
|
|
|
|
|
|
|
img { |
|
|
|
height: 1em; |
|
|
@ -542,14 +550,17 @@ header {// {{{ |
|
|
|
|
|
|
|
#resume {// {{{ |
|
|
|
a {// {{{ |
|
|
|
text-decoration: none; |
|
|
|
// text-decoration: none; |
|
|
|
color: $link-color; |
|
|
|
text-decoration: underline; |
|
|
|
&:hover { |
|
|
|
text-decoration: underline; |
|
|
|
} |
|
|
|
}// }}} |
|
|
|
|
|
|
|
h1 {// {{{ |
|
|
|
color: $base-orange; |
|
|
|
// color: $base-orange; |
|
|
|
color: black; |
|
|
|
// margin-top: 1.3rem; |
|
|
|
margin-top: 1rem; |
|
|
|
font-size: 1.2em; |
|
|
@ -611,7 +622,13 @@ header {// {{{ |
|
|
|
|
|
|
|
.project-header { |
|
|
|
// margin-bottom: .6em; |
|
|
|
margin-bottom: .1em; |
|
|
|
// margin-bottom: .1em; |
|
|
|
margin-bottom: 5px; |
|
|
|
} |
|
|
|
|
|
|
|
.project-title { |
|
|
|
// color: $base-blue; |
|
|
|
color: black; |
|
|
|
} |
|
|
|
|
|
|
|
.project-link { |
|
|
@ -648,8 +665,32 @@ header {// {{{ |
|
|
|
} |
|
|
|
}// }}} |
|
|
|
|
|
|
|
.company { |
|
|
|
// color: #fe4646; |
|
|
|
color: black; |
|
|
|
font-weight: bold; |
|
|
|
font-size: 1.2em; |
|
|
|
margin-bottom: 5px; |
|
|
|
} |
|
|
|
|
|
|
|
.position { |
|
|
|
// color: black; |
|
|
|
// color: $base-sky-blue; |
|
|
|
// color: $base-blue; |
|
|
|
color: black; |
|
|
|
font-weight: bold; |
|
|
|
// font-style: italic; |
|
|
|
// font-size: 1.1em; |
|
|
|
font-size: 1em; |
|
|
|
// margin-bottom: 5px; |
|
|
|
margin-bottom: 15px; |
|
|
|
} |
|
|
|
|
|
|
|
.institution { |
|
|
|
color: $base-yellow; |
|
|
|
// color: $base-yellow; |
|
|
|
// color: $base-dark-orange; |
|
|
|
// color: $base-blue; |
|
|
|
color: black; |
|
|
|
font-weight: bold; |
|
|
|
font-size: 1.1em; |
|
|
|
margin-bottom: 5px; |
|
|
@ -671,6 +712,8 @@ header {// {{{ |
|
|
|
// } |
|
|
|
|
|
|
|
&.letter { |
|
|
|
font-size: 1.4em; |
|
|
|
// font-size: 2em; |
|
|
|
margin-top: 2em; |
|
|
|
line-height: 1.5em; |
|
|
|
|
|
|
@ -755,16 +798,21 @@ header {// {{{ |
|
|
|
h1.site-title {// {{{ |
|
|
|
text-align: center; |
|
|
|
// font-size: 4.2em; |
|
|
|
font-size: 3.2em; |
|
|
|
// font-size: 3.2em; |
|
|
|
font-size: 2.5em; |
|
|
|
// color: #66cccc; |
|
|
|
color: $base05; |
|
|
|
// margin-top: 1rem; |
|
|
|
// margin-bottom: 0.75rem; |
|
|
|
@include vert-margin-rem(.75); |
|
|
|
|
|
|
|
@include a-color($base-sky-blue); |
|
|
|
// @include a-color($base-sky-blue); |
|
|
|
a { |
|
|
|
text-decoration: none; |
|
|
|
color: black; |
|
|
|
// text-decoration: none; |
|
|
|
text-decoration: underline; |
|
|
|
text-decoration-thickness: 2px; |
|
|
|
text-underline-offset: 5px; |
|
|
|
} |
|
|
|
|
|
|
|
// @media (max-width: $phone-width) { |
|
|
|