mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 02:33:01 +00:00
no longer applying "personality" on all links
This commit is contained in:
@@ -125,9 +125,6 @@
|
|||||||
body {
|
body {
|
||||||
@apply bg-background text-foreground;
|
@apply bg-background text-foreground;
|
||||||
}
|
}
|
||||||
a:hover {
|
|
||||||
color: var(--personality);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
|
|||||||
@@ -91,7 +91,12 @@ export default function Landing() {
|
|||||||
<footer className="flex justify-center gap-2 items-center py-2 border-t">
|
<footer className="flex justify-center gap-2 items-center py-2 border-t">
|
||||||
<span className="font-300 text-sm text-muted-foreground">
|
<span className="font-300 text-sm text-muted-foreground">
|
||||||
Built by{" "}
|
Built by{" "}
|
||||||
<a href="https://ob248.com" target="_blank" rel="noopener noreferrer">
|
<a
|
||||||
|
href="https://ob248.com"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
className="hover:text-personality"
|
||||||
|
>
|
||||||
Oliver Bryan
|
Oliver Bryan
|
||||||
</a>
|
</a>
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
@@ -212,7 +212,7 @@ export default function LogInForm() {
|
|||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
<ServerConfigurationDialog />
|
<ServerConfigurationDialog />
|
||||||
<span className="text-xl ">{capitalise(mode)}</span>
|
<span className="text-xl font-basteleur mb-2">{capitalise(mode)}</span>
|
||||||
|
|
||||||
<div className={"flex flex-col items-center mb-0"}>
|
<div className={"flex flex-col items-center mb-0"}>
|
||||||
{mode === "register" && (
|
{mode === "register" && (
|
||||||
|
|||||||
Reference in New Issue
Block a user