Browse Source

Latex styling

cover-letter
Kevin Mok 4 months ago
parent
commit
6a02840844
No known key found for this signature in database GPG Key ID: 6DEED612B26C08E2
  1. 6
      assets/sass/main.scss
  2. 2
      content/letter

6
assets/sass/main.scss

@ -14,6 +14,7 @@ $base-sky-blue: #66cccc;
$base-blue: #6699cc; $base-blue: #6699cc;
$base-violet: #cc99cc; $base-violet: #cc99cc;
$base-dark-orange: #d27b53; $base-dark-orange: #d27b53;
$link-color: #4287cd;
/* .base00 { color: #2d2d2d; } /* .base00 { color: #2d2d2d; }
.base01 { color: #393939; } .base01 { color: #393939; }
@ -504,7 +505,7 @@ header {// {{{
} }
} }
a {// {{{ a {// {{{
color: #4287cd;
color: $link-color;
text-decoration: none; text-decoration: none;
&:hover { &:hover {
text-decoration: none; text-decoration: none;
@ -517,7 +518,7 @@ header {// {{{
.row { .row {
// flex-grow: 1; // flex-grow: 1;
// color: $base05; // color: $base05;
color: #4287cd;
color: $link-color;
img { img {
height: 1em; height: 1em;
@ -550,6 +551,7 @@ header {// {{{
#resume {// {{{ #resume {// {{{
a {// {{{ a {// {{{
// text-decoration: none; // text-decoration: none;
color: $link-color;
text-decoration: underline; text-decoration: underline;
&:hover { &:hover {
text-decoration: underline; text-decoration: underline;

2
content/letter

@ -1 +1 @@
Subproject commit 2a31736c2b5136f728dff71b258515dc1aa2c24f
Subproject commit f07869796d6289112a4d88373b7440bf62314ff9
Loading…
Cancel
Save