change url color

This commit is contained in:
Boof 2023-01-24 12:06:05 +01:00 committed by GitHub
parent fc60abe4b4
commit a50510eeb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View File

@ -1,6 +1,14 @@
@import url('https://fonts.googleapis.com/css2?family=Mukta&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
.colorurl:link {
color: #1470e9;
}
.colorurl:hover {
color: #10addd;
}
.projectscompact {
line-height: 1em;
}

View File

@ -108,7 +108,7 @@
<!--<textarea name="message" id="email" id="contact-form-message" rows="3" required></textarea>-->
<input value="" name="formip" id="formip" type="hidden" required>
<input value="" name="usedvpn" id="usedvpn" type="hidden" required>
<p style="font-size: 50%; color:#ffffff">When you submit this form you agree to the <a href="privacy.html">Privacy Policy</a></p>
<p style="font-size: 50%; color:#ffffff">When you submit this form you agree to the <a class="colorurl" href="privacy.html">Privacy Policy</a></p>
<button id="submitbutton" type="submit">Send Message</button>
</form>
</div>