Skip to content

Commit

Permalink
change link colors to darkgray
Browse files Browse the repository at this point in the history
  • Loading branch information
PlanetMacro committed Jun 11, 2024
1 parent bbccab3 commit b27ef64
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions main-moonmath.tex
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,14 @@
% styling hyperlinks
\input{colors}
\urlstyle{same}%use the same font (shape) for links as for the rest of the text (rather than the default typewriter font)

% This sets the colo
\hypersetup{
colorlinks=true, %color links by default
linkcolor=la-black-light, %the color of document-internal links
filecolor=la-black-light, %the color of links to local files (probably won't be used, but added for completeness' sake)
urlcolor=la-black-light, %the color of links to web sites
citecolor=la-black-light, %the color of links to the reference list
linkcolor=darkgray, %the color of document-internal links
filecolor=darkgray, %the color of links to local files (probably won't be used, but added for completeness' sake)
urlcolor=darkgray, %the color of links to web sites
citecolor=darkgray, %the color of links to the reference list
}


Expand Down

0 comments on commit b27ef64

Please sign in to comment.