Added more frontend and some more login logic
This commit is contained in:
16
frontend/assets/css/home.css
Normal file
16
frontend/assets/css/home.css
Normal file
@@ -0,0 +1,16 @@
|
||||
/* home.css */
|
||||
.brand-title {
|
||||
font-size: 2.25rem !important;
|
||||
font-weight: 800 !important;
|
||||
letter-spacing: -0.04em !important;
|
||||
}
|
||||
|
||||
.brand-title span {
|
||||
color: var(--accent);
|
||||
}
|
||||
|
||||
.home-actions {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 0.85rem;
|
||||
}
|
||||
Reference in New Issue
Block a user