mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-16 14:43:02 -06:00
bundle
This commit is contained in:
parent
e947c8d1e4
commit
fe3adb2b54
1 changed files with 9 additions and 7 deletions
|
|
@ -138,18 +138,19 @@ section.login form {
|
|||
grid-gap: 0.7rem;
|
||||
}
|
||||
|
||||
section.login form input {
|
||||
border: 1px solid #fafaff;
|
||||
color: #fafaff;
|
||||
background: #525c66;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
section.login form button {
|
||||
place-self: center;
|
||||
grid-column: 2;
|
||||
}
|
||||
|
||||
input, select {
|
||||
border: 1px solid #fafaff;
|
||||
color: #fafaff;
|
||||
background: #525c66;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
footer {
|
||||
align-self: end;
|
||||
|
||||
|
|
@ -158,6 +159,7 @@ footer {
|
|||
grid-template-columns: 1fr 1fr 1fr 1fr;
|
||||
}
|
||||
|
||||
|
||||
footer a {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue