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