Skip to content

Commit

Permalink
Update color for links
Browse files Browse the repository at this point in the history
  • Loading branch information
almahmoud authored Jul 28, 2023
1 parent 600fbe1 commit 927b09f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions welcome.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
background-color: #2C3143;
color: white;
}
.header a {
color: #d3d3d3;
text-decoration: underline;
}
.header h1 {
margin: 0;
}
Expand Down Expand Up @@ -56,8 +60,8 @@
color: white;
}
.footer a {
color: white;
text-decoration: none;
color: #d3d3d3;
text-decoration: underline;
}
.footer a:hover {
text-decoration: underline;
Expand All @@ -81,7 +85,7 @@
</head>
<body>
<div class="header">
<h1>Welcome to the<a href="https://workshop.bioconductor.org" target="_blank" >Bioconductor Workshop Galaxy</a>.</h1>
<h1>Welcome to the <a href="https://workshop.bioconductor.org" target="_blank" >Bioconductor Workshop Galaxy</a>.</h1>
</div>
<div class="container content">
<p>Get ready to explore a variety of tutorials and enhance your skills!</p>
Expand Down

0 comments on commit 927b09f

Please sign in to comment.