comparison mrjunejune/src/tools/markdown_to_html/index.css @ 133:902e29c38d66

[Blog] Final copy for websocket one.
author June Park <parkjune1995@gmail.com>
date Fri, 09 Jan 2026 08:30:35 -0800
parents 65e5a5b89a4e
children 8c74204fd362
comparison
equal deleted inserted replaced
132:7a63e41a21fb 133:902e29c38d66
139 text-decoration: underline; 139 text-decoration: underline;
140 } 140 }
141 141
142 hr { 142 hr {
143 border: none; 143 border: none;
144 border-top: 2px solid rgb(var(--gray-light)); 144 border-top: 2px solid var(--black);
145 margin: 20px 0; 145 margin: 20px 0;
146 } 146 }
147 147
148 img { 148 img {
149 max-width: 100%; 149 max-width: 100%;