# HG changeset patch # User June Park # Date 1767302190 28800 # Node ID 0618addd5438ed51cd6bc4e798efba05d1a4da16 # Parent bcc76a156aeaff276c12c3f18ac5e67395c4b1ee Updated so CSS and JS works for non root path. diff -r bcc76a156aea -r 0618addd5438 .claude/settings.local.json --- a/.claude/settings.local.json Thu Jan 01 13:01:10 2026 -0800 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ -{ - "permissions": { - "allow": [ - "Bash(ls:*)", - "Bash(hg status:*)", - "Bash(hg:*)", - "Bash(sqlite3:*)", - "Bash(bazel build:*)" - ] - } -} diff -r bcc76a156aea -r 0618addd5438 mrjunejune/src/parts/base_head.html --- a/mrjunejune/src/parts/base_head.html Thu Jan 01 13:01:10 2026 -0800 +++ b/mrjunejune/src/parts/base_head.html Thu Jan 01 13:16:30 2026 -0800 @@ -3,6 +3,6 @@ - - + + diff -r bcc76a156aea -r 0618addd5438 mrjunejune/src/parts/header.html --- a/mrjunejune/src/parts/header.html Thu Jan 01 13:01:10 2026 -0800 +++ b/mrjunejune/src/parts/header.html Thu Jan 01 13:16:30 2026 -0800 @@ -28,8 +28,6 @@ header { margin: auto; padding: 1.5em 1em; - background: var(--header-background); - color: var(--header-color); font-family: "Atkinson", sans-serif; box-shadow: 0 2px 8px rgba(var(--black), 5%); width: 720px; @@ -137,5 +135,5 @@ - + diff -r bcc76a156aea -r 0618addd5438 mrjunejune/src/tools/markdown_to_html/index.css --- a/mrjunejune/src/tools/markdown_to_html/index.css Thu Jan 01 13:01:10 2026 -0800 +++ b/mrjunejune/src/tools/markdown_to_html/index.css Thu Jan 01 13:16:30 2026 -0800 @@ -9,7 +9,6 @@ padding: 20px; max-width: 1200px; margin: 0 auto; - background: rgb(var(--gray-light)); } button { @@ -40,7 +39,8 @@ width: 100%; height: 500px; padding: 15px; - border: 1px solid rgb(var(--gray-light)); + background: rgb(var(--gray-light)); + color: var(--darkgray); border-radius: 4px; font-family: 'Courier New', monospace; font-size: 14px;