Skip to content

Commit 2e52b0f

Browse files
Bump bullet font size to xl for visual parity with callouts (#24)
Previously: large (1.5rem) on friction/yaml-onboarding/usage-join, medium (1.2rem) on pipeline-dashboard. Callouts render at ~2rem, so bullets felt undersized by comparison. All five bullet blocks now set to xl (2rem) for uniform reading weight.
1 parent 085c9c7 commit 2e52b0f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/osa/presentations/slides/uc-open-2026/uc-open-2026.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
{ "text": "No resources to build a bespoke assistant", "animation": { "fragment": true, "type": "fade", "index": 2 } },
133133
{ "text": "Users still ask the same questions every week", "animation": { "fragment": true, "type": "fade", "index": 4 } }
134134
],
135-
"style": { "fontSize": "large" },
135+
"style": { "fontSize": "xl" },
136136
"position": { "area": "left", "order": 1 }
137137
},
138138
{
@@ -148,7 +148,7 @@
148148
{ "text": "No citations, no source of truth", "animation": { "fragment": true, "type": "fade", "index": 3 } },
149149
{ "text": "Trust erodes after one bad reply", "animation": { "fragment": true, "type": "fade", "index": 5 } }
150150
],
151-
"style": { "fontSize": "large" },
151+
"style": { "fontSize": "xl" },
152152
"position": { "area": "right", "order": 1 }
153153
},
154154
{
@@ -256,7 +256,7 @@
256256
{ "text": "Per-community budget caps, maintainer alerts", "animation": { "fragment": true, "type": "fade", "index": 3 } },
257257
{ "text": "**status.osc.earth/osa**, public trust signal", "animation": { "fragment": true, "type": "fade", "index": 4 } }
258258
],
259-
"style": { "fontSize": "medium" },
259+
"style": { "fontSize": "xl" },
260260
"position": { "area": "right", "order": 1 }
261261
}
262262
],
@@ -297,7 +297,7 @@
297297
{ "text": "**Budget** caps cost per community", "animation": { "fragment": true, "type": "fade", "index": 4 } },
298298
{ "text": "**System prompt** = the voice", "animation": { "fragment": true, "type": "fade", "index": 5 } }
299299
],
300-
"style": { "fontSize": "large" },
300+
"style": { "fontSize": "xl" },
301301
"position": { "area": "right", "order": 1 }
302302
},
303303
{
@@ -345,7 +345,7 @@
345345
{ "text": "**docs.osc.earth/osa**", "animation": { "fragment": true, "type": "fade", "index": 4 } },
346346
{ "text": "**demo.osc.earth**, try any assistant live", "animation": { "fragment": true, "type": "fade", "index": 5 } }
347347
],
348-
"style": { "fontSize": "large" },
348+
"style": { "fontSize": "xl" },
349349
"position": { "area": "right", "order": 1 }
350350
},
351351
{

0 commit comments

Comments
 (0)