Browse Source

Latex styling

cover-letter
Kevin Mok 3 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-violet: #cc99cc;
$base-dark-orange: #d27b53;
$link-color: #4287cd;
/* .base00 { color: #2d2d2d; }
.base01 { color: #393939; }
@ -504,7 +505,7 @@ header {// {{{
}
}
a {// {{{
color: #4287cd;
color: $link-color;
text-decoration: none;
&:hover {
text-decoration: none;
@ -517,7 +518,7 @@ header {// {{{
.row {
// flex-grow: 1;
// color: $base05;
color: #4287cd;
color: $link-color;
img {
height: 1em;
@ -550,6 +551,7 @@ header {// {{{
#resume {// {{{
a {// {{{
// text-decoration: none;
color: $link-color;
text-decoration: underline;
&:hover {
text-decoration: underline;

2
content/letter

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