Frosted Greetings

Latest updates

🎄 Welcome!

Welcome to Frosted Greetings, a Christmas/seasonal Bearblog theme with falling snow, peppermint accents, and frosted-glass panels. Automatic light/dark mode compatible based on the user’s system preferences.

This theme was created by Future Perfect. If you use the theme, I’d love to take a look at your site or hear any feedback about it. Likewise, if you have suggestions or issues, reach out and I’ll do what I can (no promises). Contact me here.

Below is a simple demonstration of how standard Markdown elements look.


Here’s a regular link:
Visit my homepage →

Here’s a visited link (after clicking):
Old Post


Headings

H3 Heading

Subtle, simple, readable.

H4 Heading

You probably won’t need smaller, but it looks solid.


Paragraph Text

This is a normal paragraph.
The spacing between paragraphs is purposeful and gives the text a relaxed, readable flow — especially with the frosted main wrapper behind it.


Blockquote

“You’ll shoot your eye out!” — Party poopers around the world


Code

Inline code looks like this.

A fenced code block:

.title h1::before {
    content: "🎄";
}