url scheme done, switch between apps and orgs mostly done
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<html lang="en" class="public">
|
||||
<head>
|
||||
<title>Parchment</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
@@ -14,7 +14,7 @@ class Home extends Shadow {
|
||||
.fontFamily("Nabla")
|
||||
.fontSize(6.5, em)
|
||||
.marginLeft(1, rem)
|
||||
.color("var(--accent2)")
|
||||
.color("var(--accent)")
|
||||
})
|
||||
.marginBottom(1, rem)
|
||||
|
||||
@@ -24,7 +24,7 @@ class Home extends Shadow {
|
||||
HStack(() => {
|
||||
span("The Community OS")
|
||||
.fontFamily("Canterbury")
|
||||
.color("var(--accent2)")
|
||||
.color("var(--accent)")
|
||||
.fontSize(2.5, em)
|
||||
.paddingBottom(1, rem)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user