format css

main
Zynh0722 2023-04-11 04:38:55 -07:00
parent c9dfe1588e
commit d63b8e2820
2 changed files with 52 additions and 52 deletions

10
dist/css/link.css vendored
View File

@ -1,6 +1,6 @@
body {
background-color: #FCB0B3;
color: #25283D;
background-color: #fcb0b3;
color: #25283d;
display: flex;
flex-direction: column;
justify-content: center;
@ -12,15 +12,15 @@ body {
}
.link-wrapper {
background-color: #49DCB1;
background-color: #49dcb1;
padding: 1.5em;
border-radius: 1em;
border: 1px solid #25283D;
border: 1px solid #25283d;
}
.return-button {
all: unset;
background-color: #49DCB1;
background-color: #49dcb1;
padding: 1em;
border-radius: 1em;
cursor: pointer;

8
dist/css/main.css vendored
View File

@ -1,6 +1,6 @@
body {
background-color: #FCB0B3;
color: #25283D;
background-color: #fcb0b3;
color: #25283d;
display: flex;
flex-direction: column;
justify-content: center;
@ -54,7 +54,7 @@ body {
width: 1px;
}
[type="file"] + label {
background-color: #49DCB1;
background-color: #49dcb1;
border-radius: 1em;
cursor: pointer;
display: inline-block;
@ -70,7 +70,7 @@ body {
[type="submit"] {
all: unset;
background-color: #49DCB1;
background-color: #49dcb1;
border-radius: 1em;
cursor: pointer;
display: inline-block;