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