Skip to content

Commit 7088dd3

Browse files
save file
1 parent 296235d commit 7088dd3

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

blog/25-07-26/very-simple-http-proxy/very-simple-http-proxy.html

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
html
128128
{height:100%;font-family:arial}
129129
body
130-
{min-height:calc(100% - 40px);display:flex;flex-direction:column;gap:10px;margin:20px;align-items:center;
130+
{min-height:calc(100% - 40px);display:flex;flex-direction:column;gap:20px;margin:20px;align-items:center;
131131
padding-bottom:200px;
132132
}
133133
body>*
@@ -136,20 +136,21 @@
136136
[component]
137137
{display:none}
138138

139-
#description
140-
{margin:20px 0;max-width:1000px;text-align:justify}
141-
#description>div
142-
{margin:10px 0}
139+
.description
140+
{max-width:1000px;text-align:justify;border-left:4px solid #4a90e2;padding-left:2rem;
141+
background-color:#f9f9f9;font-family:system-ui,sans-serif;font-size:1rem;line-height:1.6;color:#333}
143142

144143
code
145144
{font-family:monospace;background:whitesmoke}
146145
code.inline
147146
{display:inline;padding:5px 10px}
148-
149-
.link-stable
150-
{color:blue}
147+
148+
a
149+
{color:#4a90e2;text-decoration:none;font-weight:500}
150+
a:hover
151+
{text-decoration:underline}
151152
.link-domain
152-
{font-size:10px;color:gray}
153+
{font-size:0.85rem;color:#777;margin-left:0.25rem}
153154
.link-txt
154155
{}
155156

0 commit comments

Comments
 (0)