Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change link color #43

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

change link color #43

wants to merge 1 commit into from

Conversation

weedge
Copy link

@weedge weedge commented Mar 18, 2024

\definecolor{myfilecolor}{RGB}{154, 36, 79}
\definecolor{mycitecolor}{RGB}{37, 150, 190}
\definecolor{mylinkcolor}{RGB}{68, 188, 216}
\definecolor{myurlcolor}{RGB}{224, 123, 57}
\usepackage{hyperref}
\hypersetup{
colorlinks=true,           
linkcolor=mylinkcolor,
citecolor=mycitecolor,
filecolor=myfilecolor,
urlcolor=myurlcolor
}

add this for link color

Signed-off-by: weedge <weege007@gmail.com>
\definecolor{myfilecolor}{RGB}{154, 36, 79}
\definecolor{mycitecolor}{RGB}{37, 150, 190}
\definecolor{mylinkcolor}{RGB}{68, 188, 216}
\definecolor{myurlcolor}{RGB}{224, 123, 57}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks so much! could you change these all to blue 0, 0, 255 for legibility?

Copy link
Owner

@veekaybee veekaybee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this! Will merge once changed to blue so it's easier to read/based on current user expectations for links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants