added home link to title

This commit is contained in:
alicestrt 2021-03-03 16:14:56 +01:00
parent b0e5611408
commit 055a9f56cc
2 changed files with 6 additions and 3 deletions

View File

@ -20,7 +20,7 @@
<div class="container-fluid p-0">
<div class="bg">
<div class="row">
<div class="col-md-4"><div id="title_website">Wells of Knowledge</div></div>
<div class="col-md-4"><div id="title_website"><a href="/">Wells of Knowledge</a></div></div>
<div class="col-md-3 offset-md-5" id="menu">
<span id="about">
<a href="#" >about</a>

View File

@ -40,7 +40,7 @@ body {
#title_website {
font-family:'Walter Turncoat', cursive;
font-style: italic;
color: #d81159;
color: #d81159 !important;
font-size: 30px;
margin-left: 50px;
margin-top: 15px;
@ -164,7 +164,10 @@ stroke-dasharray:6px;
}
a {
text-decoration: none;
color: #218380;
color: #d81159
}
a :hover {
text-decoration: none;
}
/* map legend */