diff --git a/src/_components/examples.vto b/src/_components/examples.vto
index e8544988..8019bab5 100644
--- a/src/_components/examples.vto
+++ b/src/_components/examples.vto
@@ -5,7 +5,7 @@
{{item.title}}
-
- Save
- Save & Open
+ Save
+ Save & Open
diff --git a/src/common/facets/category.js b/src/common/facets/category.js
index 26d93d40..ef237734 100644
--- a/src/common/facets/category.js
+++ b/src/common/facets/category.js
@@ -9,7 +9,7 @@
export function color(facet) {
switch (facet.kind) {
case "prelude":
- return "var(--accent)";
+ return "var(--accent-twist-4)";
default:
return "var(--accent-twist-2)";
}
diff --git a/src/common/pages/dashboard.js b/src/common/pages/dashboard.js
index 0694f154..098f965d 100644
--- a/src/common/pages/dashboard.js
+++ b/src/common/pages/dashboard.js
@@ -256,7 +256,7 @@ function _renderList(output, listEl) {
All
-
+
Add sample content
@@ -75,13 +75,13 @@ title: Guide | Diffuse
-
+
Fill up queue
-
+
Play audio
diff --git a/src/index.vto b/src/index.vto
index 95876b71..20ff621a 100644
--- a/src/index.vto
+++ b/src/index.vto
@@ -35,7 +35,7 @@ links:
{{ await comp.diffuse.logo() }}
{{ await comp.diffuse.status() }}
-
+
Your audio
your data
your rules
@@ -50,7 +50,7 @@ links:
Featured
- Open Diffuse
+ Open Diffuse
@@ -59,7 +59,7 @@ links:
-
+
diff --git a/src/styles/diffuse/page.css b/src/styles/diffuse/page.css
index 3c2f3386..604721cd 100644
--- a/src/styles/diffuse/page.css
+++ b/src/styles/diffuse/page.css
@@ -318,6 +318,7 @@ textarea {
display: inline-block;
font-size: var(--fs-2xs);
font-weight: 600;
+ line-height: 0.75;
opacity: 0.6;
padding: var(--space-3xs);
text-box: trim-both cap alphabetic;
@@ -488,6 +489,7 @@ a.button {
&.button--small {
font-size: var(--fs-sm);
+ line-height: 0.75;
padding: var(--space-2xs);
text-box: trim-both cap alphabetic;
}
@@ -499,6 +501,7 @@ a.button {
&.button--tag {
font-size: var(--fs-2xs);
font-weight: 600;
+ line-height: 0.75;
padding: var(--space-3xs);
text-box: trim-both cap alphabetic;
vertical-align: middle;