Merge branch 'dev'
CI/CD / deploy (push) Failing after 11m49s
Details
CI/CD / deploy (push) Failing after 11m49s
Details
This commit is contained in:
commit
2d2dbd0f98
|
|
@ -132,7 +132,7 @@ export function renderMainLanding(modules: ModuleInfo[]): string {
|
||||||
<div class="lp-hero__grid" aria-hidden="true"></div>
|
<div class="lp-hero__grid" aria-hidden="true"></div>
|
||||||
<div class="lp-hero__content">
|
<div class="lp-hero__content">
|
||||||
<span class="rl-tagline">Local-first community platform</span>
|
<span class="rl-tagline">Local-first community platform</span>
|
||||||
<h1 class="lp-wordmark"><span class="lp-wordmark__you">(you)r</span><span class="lp-wordmark__space">Space</span></h1>
|
<h1 class="lp-wordmark"><span class="lp-wordmark__r">r</span><span class="lp-wordmark__space">Space</span></h1>
|
||||||
<p class="lp-hero__tagline">
|
<p class="lp-hero__tagline">
|
||||||
One platform. ${modules.length} apps. All your community’s tools talking to each other.
|
One platform. ${modules.length} apps. All your community’s tools talking to each other.
|
||||||
</p>
|
</p>
|
||||||
|
|
@ -607,7 +607,7 @@ body {
|
||||||
letter-spacing: -0.02em;
|
letter-spacing: -0.02em;
|
||||||
text-shadow: 0 0 60px rgba(20,184,166,0.15);
|
text-shadow: 0 0 60px rgba(20,184,166,0.15);
|
||||||
}
|
}
|
||||||
.lp-wordmark__you {
|
.lp-wordmark__r {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: var(--rs-text-primary);
|
color: var(--rs-text-primary);
|
||||||
-webkit-text-fill-color: unset;
|
-webkit-text-fill-color: unset;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue