comparison 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
comparison
equal deleted inserted replaced
84:bcc76a156aea 85:0618addd5438
7 body { 7 body {
8 line-height: 1.6; 8 line-height: 1.6;
9 padding: 20px; 9 padding: 20px;
10 max-width: 1200px; 10 max-width: 1200px;
11 margin: 0 auto; 11 margin: 0 auto;
12 background: rgb(var(--gray-light));
13 } 12 }
14 13
15 button { 14 button {
16 background: var(--accent); 15 background: var(--accent);
17 color: var(--white); 16 color: var(--white);
38 37
39 textarea { 38 textarea {
40 width: 100%; 39 width: 100%;
41 height: 500px; 40 height: 500px;
42 padding: 15px; 41 padding: 15px;
43 border: 1px solid rgb(var(--gray-light)); 42 background: rgb(var(--gray-light));
43 color: var(--darkgray);
44 border-radius: 4px; 44 border-radius: 4px;
45 font-family: 'Courier New', monospace; 45 font-family: 'Courier New', monospace;
46 font-size: 14px; 46 font-size: 14px;
47 resize: vertical; 47 resize: vertical;
48 } 48 }