Mercurial
diff mrjunejune/src/tools/markdown_to_html/index.css @ 85:0618addd5438
Updated so CSS and JS works for non root path.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Thu, 01 Jan 2026 13:16:30 -0800 |
| parents | bcc76a156aea |
| children | 655ea0b661fd |
line wrap: on
line diff
--- 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;