url scheme done, switch between apps and orgs mostly done
This commit is contained in:
@@ -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