我已将整个文档的 href 颜色设置为蓝色,文档顶部的 href 文本颜色确实发生了变化,但我在文档中添加了两个小页面,而 href 文本颜色在小页面中没有生效。我也尝试更改个别文本的 \color 和 \textcolor,但根本不起作用。
以下是示例代码:
\documentclass[]{deedy-resume-openfont}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\begin{document}
\namesection{Debarghya}{Das}{ \urlstyle{same}\href{http://debarghyadas.com}{debarghyadas.com}| \href{http://fb.co/dd}{fb.co/dd}\\
\href{mailto:[email protected]}{[email protected]} | 607.379.5733 | \href{mailto:[email protected]}{[email protected]}
}
\begin{minipage}[t]{0.33\textwidth}
\section{Links}
Facebook:// \href{https://facebook/dd}{\bf dd} \\
Github:// \href{https://github.com/deedydas}{\bf deedydas} \\
LinkedIn:// \href{https://www.linkedin.com/in/debarghyadas}{\bf debarghyadas} \\
YouTube:// \href{https://www.youtube.com/user/DeedyDash007}{\bf DeedyDash007} \\
Twitter:// \href{https://twitter.com/debarghya_das}{\bf @debarghya\_das} \\
Quora:// \href{https://www.quora.com/Debarghya-Das}{\bf Debarghya-Das}
\end{minipage}
\hfill
\begin{minipage}[t]{0.66\textwidth}
\section{Experience}
\runsubsection{\href{https://facebook.com/}{Facebook}}
\descript{| \textcolor{blue}{Software Engineer} }
\location{Jan 2015 - Present | New York, NY}
\sectionsep
\end{minipage}
\end{document}
以下是整个文档的查看链接,以防出现其他问题:https://www.overleaf.com/read/vvpchrnntzqb
编辑:我重新检查了一下。实际上我无法更改小页面中任何文本的颜色。这只发生在小页面内,我能够更改小页面外文档其他部分的文本。