style: links consistently
This commit is contained in:
parent
2ff93eda01
commit
69d5afe641
2 changed files with 64 additions and 64 deletions
|
|
@ -18,7 +18,7 @@ const AboutPage = () => {
|
|||
<a
|
||||
href="https://www.tnmoc.org/"
|
||||
target="_blank"
|
||||
className="text-primary hover:text-primary/80"
|
||||
className="text-primary hover:text-primary/80 underline decoration-1 underline-offset-4"
|
||||
>
|
||||
National Museum of Computing
|
||||
</a>
|
||||
|
|
@ -35,7 +35,7 @@ const AboutPage = () => {
|
|||
<a
|
||||
href="https://en.wikipedia.org/wiki/ITV_(TV_network)"
|
||||
target="_blank"
|
||||
className="underline decoration-1 hover:text-primary/80 underline-offset-4"
|
||||
className="underline decoration-1 hover:text-primary/80 underline-offset-4 text-primary"
|
||||
>
|
||||
ITV
|
||||
</a>{" "}
|
||||
|
|
@ -45,7 +45,7 @@ const AboutPage = () => {
|
|||
<a
|
||||
href="https://en.wikipedia.org/wiki/BBC"
|
||||
target="_blank"
|
||||
className="underline decoration-1 hover:text-primary/80 underline-offset-4"
|
||||
className="underline decoration-1 hover:text-primary/80 underline-offset-4 text-primary"
|
||||
>
|
||||
BBC
|
||||
</a>{" "}
|
||||
|
|
@ -53,7 +53,7 @@ const AboutPage = () => {
|
|||
<a
|
||||
href="https://www.arria.com/"
|
||||
target="_blank"
|
||||
className="underline decoration-1 hover:text-primary/80 underline-offset-4"
|
||||
className="underline decoration-1 hover:text-primary/80 underline-offset-4 text-primary"
|
||||
>
|
||||
Arria NLG
|
||||
</a>{" "}
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ const HomePage = () => {
|
|||
<ul>
|
||||
<li className="pb-2">
|
||||
<a
|
||||
className="underline underline-offset-3 text-[18px] text-primary hover:text-primary/80 font-medium"
|
||||
className="underline underline-offset-4 text-[18px] text-primary hover:text-primary/80 font-medium"
|
||||
href="https://eolas.systemsobscure.net"
|
||||
target="_blank"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue