mirror of
https://github.com/DerTyp7/tealcode-django-python.git
synced 2026-07-31 13:09:03 +02:00
added contact form
This commit is contained in:
@@ -37,4 +37,21 @@
|
||||
color: white;
|
||||
letter-spacing: 5px;
|
||||
background-color: rgb(36, 126, 121);
|
||||
}
|
||||
}
|
||||
.form-dark{
|
||||
color:white !important;
|
||||
}
|
||||
.form-dark input,textarea{
|
||||
background-color: rgba(255, 255, 255, 0.089) !important;
|
||||
color:white !important;
|
||||
border: 2px solid rgb(27, 41, 35) !important;
|
||||
}
|
||||
|
||||
.form-dark input:hover,textarea:hover{
|
||||
border: 2px solid rgb(61, 138, 102) !important;
|
||||
}
|
||||
|
||||
.form-dark input:focus,textarea:focus{
|
||||
border: 2px solid rgb(61, 138, 102) !important;
|
||||
}
|
||||
|
||||
|
||||
@@ -84,6 +84,7 @@
|
||||
<ul class="nav justify-content-center pb-3 mb-3">
|
||||
<li class="nav-item"><a id="a-privacy" href="/privacy/" class="nav-link px-2 text-muted">Cookies/Privacy/Datenschutz</a></li>
|
||||
<li class="nav-item"><a id="a-about"href="/about/" class="nav-link px-2 text-muted">About</a></li>
|
||||
<li class="nav-item"><a id="a-contact"href="/contact/" class="nav-link px-2 text-muted">Contact</a></li>
|
||||
</ul>
|
||||
</footer>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user