Theme
vanillatree.org·9h
Flag this post

VanillaTree.org

Home Blog

CSS for the theme used here.

/* Archie Nocturne for Bear Blog - a Dark Theme
Tyler was here @ Tuesday, November  4, 2025 00:43 */

@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
--width: 720px;
--font-main: 'Roboto Mono', monospace;
--font-secondary: 'Roboto Mono', monospace;
--font-scale: .9em;

/* Dark theme colors - inspired by Terminal's colors */
--background-color: #1a181e;     /* Darker than #222129 for depth */
--heading-color: #FFB07A;        /* Softer orange, high contrast */
--text-color: #E8D0B8;           /* Warm off-white for readability */
--link-color: #F...

Similar Posts

Loading similar posts...