This commit is contained in:
2026-04-21 15:45:25 +08:00
parent a49eb4e77c
commit e50a6c91e6
10 changed files with 299 additions and 291 deletions

View File

@@ -24,15 +24,10 @@
radial-gradient(ellipse 600px 500px at 55% 5%, rgba(177, 98, 134, 0.18), transparent),
radial-gradient(ellipse 500px 400px at 75% 20%, rgba(104, 157, 106, 0.12), transparent),
linear-gradient(160deg, #1d2021 0%, #282828 45%, #32302f 100%);
min-height: 90vh;
height: auto;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
@@ -62,31 +57,24 @@ footer {
.navbar-toggler {
border: none !important;
box-shadow: none !important;
}
.btn-primary {
background-color: var(--secondary);
color: var(--fg);
border-color: transparent;
}
.btn-primary:hover {
background-color: var(--secondary-hover);
color: var(--primary);
border-color: transparent;
}
form a {
text-decoration: none;
color: var(--fg);
transition: 0.2s ease-in-out;
}