A digression

Hello

Welcome to my sandbox. This is where I experiment & play with Bearblog features & CSS theming (i.e., break things).

I also have a brain dump.


Experiments

Embedded stylesheet

Apply CSS to a single page or post via <style> embed.

Short-form content feed

Riffs on my short-form content feed post.

Layouts

Playing with the placement of things.

Blog posts lists

Themes

Where I test new themes & save old ones.

Toast buttons

Colors

Fonts

Embedding different fonts & seeing how they look.


Ideas, things to try


References

Resources I go to often:


About this website

This website is:

Don't mind the post dates. I adjust them so none of my test posts display on the recent discovery feed.

This website was created on and last updated 2 weeks, 5 days ago. It can be reached at dev.departure.blog or sylvia-dev.bearblog.dev.

Theme CSS

html {
  color-scheme: light dark;
}
.highlight pre {
  white-space: break-spaces;
}

Toggle

<details>
<summary>View the CSS, HTML, and Markdown on this page</summary>

**CSS:**

**HTML + Markdown:**

</details>