mirror of
https://github.com/hexahigh/portfolio.git
synced 2025-12-12 03:25:06 +01:00
change url color
This commit is contained in:
parent
fc60abe4b4
commit
a50510eeb1
@ -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;
|
||||
}
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user