mirror of
https://github.com/aurora-dot/pastel.codes.git
synced 2025-09-02 19:46:52 +01:00
Completed contact page??
This commit is contained in:
@@ -25,9 +25,12 @@ h2 {
|
||||
font-weight: bold;
|
||||
font-family: "Apercu Mono", monospace; }
|
||||
|
||||
p {
|
||||
p, label, input, textarea {
|
||||
font-family: "Apercu Mono", monospace; }
|
||||
|
||||
label {
|
||||
font-size: 3vh; }
|
||||
|
||||
a:hover {
|
||||
color: #CDE7B0; }
|
||||
|
||||
@@ -147,6 +150,27 @@ footer {
|
||||
.start {
|
||||
margin-top: 3vh; }
|
||||
|
||||
#contact-message {
|
||||
margin-top: 2vh; }
|
||||
#contact-message p {
|
||||
color: #CDE7B0; }
|
||||
#contact-message p span {
|
||||
text-decoration: underline #CDE7B0; }
|
||||
|
||||
.h-captcha {
|
||||
margin-bottom: 0.5vh; }
|
||||
|
||||
.btn-primary {
|
||||
font-family: "Apercu Mono";
|
||||
background-color: #CC7A98;
|
||||
color: #002234;
|
||||
border-color: #002234; }
|
||||
|
||||
.btn-primary:hover {
|
||||
background-color: #002234;
|
||||
color: #CC7A98;
|
||||
border-color: #CC7A98; }
|
||||
|
||||
.ham {
|
||||
width: 30px;
|
||||
height: 20px;
|
||||
|
@@ -29,13 +29,15 @@ h2
|
||||
font-weight: bold
|
||||
font-family: "Apercu Mono", monospace
|
||||
|
||||
p
|
||||
p, label, input, textarea
|
||||
font-family: "Apercu Mono", monospace
|
||||
|
||||
label
|
||||
font-size: 3vh
|
||||
|
||||
a:hover
|
||||
color: $green
|
||||
|
||||
|
||||
article
|
||||
min-height: 100%
|
||||
display: grid
|
||||
@@ -166,6 +168,27 @@ footer
|
||||
.start
|
||||
margin-top: 3vh
|
||||
|
||||
#contact-message
|
||||
margin-top: 2vh
|
||||
p
|
||||
color: $green
|
||||
span
|
||||
text-decoration: underline $green
|
||||
|
||||
.h-captcha
|
||||
margin-bottom: 0.5vh
|
||||
|
||||
.btn-primary
|
||||
font-family: "Apercu Mono"
|
||||
background-color: $pink
|
||||
color: $black
|
||||
border-color: $black
|
||||
|
||||
.btn-primary:hover
|
||||
background-color: $black
|
||||
color: $pink
|
||||
border-color: $pink
|
||||
|
||||
// Nav stuff
|
||||
|
||||
.ham
|
||||
|
Reference in New Issue
Block a user