diff --git a/api_static/api/index.html b/api_static/api/index.html index 37eab75161b8bda983f538a57b72865e62b15d11..4adbe726365bd4f8ec9ad272b1d23d5b82653452 100644 --- a/api_static/api/index.html +++ b/api_static/api/index.html @@ -23,9 +23,6 @@ div#main { text-align: center; } -a { - text-decoration: none; -} a img { diff --git a/src/App.vue b/src/App.vue index babc1cf34244452690043737106a9b9e17254636..4e82360e7bdca10917b9b14fe717c4837cd1cc0c 100644 --- a/src/App.vue +++ b/src/App.vue @@ -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>