Latex styling

This commit is contained in:
2024-08-09 11:31:01 -04:00
parent 7daf438efb
commit 6a02840844
2 changed files with 5 additions and 3 deletions

View File

@@ -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;