Skip to content

Commit f5d3d14

Browse files
deftioclaude
andcommitted
Fix CSS: move stylesheet to assets/main.scss so minima actually loads it
The page loads assets/main.css (minima's default) but our custom CSS was at assets/css/style.css — a separate file never referenced by any page. Moving to assets/main.scss overrides minima's template so our wrapper width, version label styling, and all other customizations take effect. Bump site version to 1.0.2. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent adaf824 commit f5d3d14

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
title: TriePack
2-
version: "1.0.1"
2+
version: "1.0.2"
33
description: Compressed trie-based dictionary format for fast, compact key-value storage
44
theme: minima
55
baseurl: "/triepack"

0 commit comments

Comments
 (0)