Skip to content
Snippets Groups Projects
Commit 44c96025 authored by Henrik Askjer's avatar Henrik Askjer
Browse files

Underline hyperlinks

parent c4e43ffd
No related branches found
Tags release_2021-10-01_1
No related merge requests found
......@@ -23,9 +23,6 @@ div#main {
text-align: center;
}
a {
text-decoration: none;
}
a img {
......
......@@ -80,7 +80,6 @@ h1 > a.xs, h1 > a.sm {
header > h1 > a {
color: var(--v-primary-base) !important;
text-decoration: none;
font-size: 48px;
margin: 0px;
}
......@@ -97,6 +96,10 @@ header > p {
padding-top: 0;
}
header a {
text-decoration: none;
}
.beta {
position: absolute;
top: 2px;
......@@ -106,7 +109,6 @@ header > p {
}
.about-link > a{
text-decoration: none;
border-bottom: solid var(--v-primary-base) 2px;
font-size: 12px;
color: var(--v-primary-base) !important;
......@@ -125,13 +127,9 @@ footer {
}
footer a {
text-decoration: underline;
color: #ffffff !important;
}
a {
text-decoration: none;
}
header {
padding-top: 20px;
......@@ -184,24 +182,6 @@ footer > div.sm > div {
height: 60px;
}
/*
Hyperlink style in about page and article content
*/
@media (hover: none) {
article a:not(.choose):not(.return_to_results a), .about a {
text-decoration: underline;
}
}
@media (hover: hover) {
article a, .about a {
text-decoration: none;
}
article a:hover:not(.choose):not(.return_to_results a), .about a:hover {
text-decoration: underline;
}
}
</style>
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