Skip to content
Snippets Groups Projects
Commit 5ac15128 authored by Hayley Corson-Dosch's avatar Hayley Corson-Dosch
Browse files

improve styling of links

parent 77c00b6f
No related branches found
No related tags found
1 merge request!82Minor fixes
......@@ -46,6 +46,14 @@
/* set color of links throughout */
a {
color: var(--color-link);
font-weight: 700;
text-decoration: none;
@media only screen and (max-width: 600px) {
text-decoration: underline;
}
}
a:hover {
text-decoration: underline;
}
/* sets width of text column throughout components */
.text-container {
......
......@@ -73,4 +73,7 @@
font-style: italic;
font-weight: 300;
}
#authors a {
font-weight: 400;
}
</style>
\ No newline at end of file
......@@ -84,6 +84,7 @@
font-family: sans-serif; /* This is fallback font for old browsers */
font-family: var(--title-font);
color: var(--color-title-text);
font-weight: 400;
transform: translateY(50%);
padding: 0.2rem 2rem 0.2rem 2rem;
opacity: 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment