feat(dixous): started groundwork for blogs, UI now more consistent and contact me works
This commit is contained in:
@ -25,7 +25,7 @@
|
||||
padding: 0svh 0svw;
|
||||
}
|
||||
|
||||
#contact-me input {
|
||||
/* #contact-me input {
|
||||
background-color: var(--card-background-color);
|
||||
border-radius: var(--card-border-radius);
|
||||
border-color: rgba(245, 245, 245, 0.5);
|
||||
@ -46,9 +46,9 @@
|
||||
color: inherit;
|
||||
align-items: start;
|
||||
min-height: 25svh;
|
||||
}
|
||||
} */
|
||||
|
||||
#contact-me button {
|
||||
/* #contact-me button {
|
||||
border-radius: var(--card-border-radius);
|
||||
border-color: rgba(245, 245, 245, 0.5);
|
||||
padding: 1svh 0svw;
|
||||
@ -57,7 +57,7 @@
|
||||
align-items: start;
|
||||
background-color: rgba(0, 128, 0, 0.6);
|
||||
border-color: transparent;
|
||||
}
|
||||
} */
|
||||
|
||||
#ContactMe input {
|
||||
background-color: var(--card-background-color);
|
||||
@ -92,3 +92,9 @@
|
||||
background-color: rgba(0, 128, 0, 0.6);
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
#ContactMe button:hover {
|
||||
cursor: pointer;
|
||||
color: #91a4d2;
|
||||
background-color: rgba(0, 150, 0, 0.6);
|
||||
}
|
||||
|
Reference in New Issue
Block a user