<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>CSS on Liquid Stack</title><link>https://liquid-stack.pages.dev/tags/css/</link><description>Recent content in CSS on Liquid Stack</description><generator>Hugo -- gohugo.io</generator><language>en-US</language><copyright>My Blog</copyright><lastBuildDate>Sat, 25 Jul 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://liquid-stack.pages.dev/tags/css/index.xml" rel="self" type="application/rss+xml"/><item><title>Customize Liquid Stack Styles</title><link>https://liquid-stack.pages.dev/p/customizing-liquid-stack-styles/</link><pubDate>Sat, 25 Jul 2026 00:00:00 +0000</pubDate><guid>https://liquid-stack.pages.dev/p/customizing-liquid-stack-styles/</guid><description>&lt;p&gt;This guide explains how to adjust Liquid Stack’s visual style without breaking upgrades or responsive layouts.&lt;/p&gt;
&lt;h2 id="start-with-configuration"&gt;Start with configuration
&lt;/h2&gt;&lt;p&gt;Begin with the title, sidebar subtitle, avatar, and color settings in &lt;code&gt;hugo.yaml&lt;/code&gt;. Prefer front matter and &lt;code&gt;data/&lt;/code&gt; files for content changes instead of editing theme source directly.&lt;/p&gt;
&lt;h2 id="add-scoped-styles"&gt;Add scoped styles
&lt;/h2&gt;&lt;p&gt;Site-level styles live in &lt;code&gt;assets/scss/custom.scss&lt;/code&gt;. Give new components clear class names and avoid broad element overrides, which can unintentionally affect posts, menus, and mobile layouts.&lt;/p&gt;
&lt;h2 id="preview-every-change"&gt;Preview every change
&lt;/h2&gt;&lt;p&gt;After changing color, spacing, or type, check the home page, posts, photo wall, launchpad, and dark mode. Finish with a full Hugo build to catch missing resources and template errors.&lt;/p&gt;</description></item></channel></rss>