From 6a0284084439c54af68804d8a5d5bb9bb72e82b4 Mon Sep 17 00:00:00 2001 From: Kevin Mok Date: Fri, 9 Aug 2024 11:31:01 -0400 Subject: [PATCH] Latex styling --- assets/sass/main.scss | 6 ++++-- content/letter | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/assets/sass/main.scss b/assets/sass/main.scss index d270bdb..6394146 100644 --- a/assets/sass/main.scss +++ b/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; diff --git a/content/letter b/content/letter index 2a31736..f078697 160000 --- a/content/letter +++ b/content/letter @@ -1 +1 @@ -Subproject commit 2a31736c2b5136f728dff71b258515dc1aa2c24f +Subproject commit f07869796d6289112a4d88373b7440bf62314ff9