Update content. Make all links white.
State the need for contact for services that require login.
This commit is contained in:
parent
9d6d0df97b
commit
d232032473
|
@ -9,6 +9,10 @@ body {
|
|||
color: #FFF;
|
||||
}
|
||||
|
||||
a, a:active, a:hover, a:visited {
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
.top-body {
|
||||
display: flex;
|
||||
}
|
||||
|
|
|
@ -126,6 +126,7 @@
|
|||
</div>
|
||||
<div class="page full-width" id="hosted">
|
||||
<h2>Hosted Services</h2>
|
||||
<p><a href="#contact">Contact Me</a> for services that require a login.</p>
|
||||
<div class="projects">
|
||||
<div class="project">
|
||||
<h3>Gitea</h3>
|
||||
|
|
Loading…
Reference in New Issue