File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed
blog/25-07-26/very-simple-http-proxy Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 127127 html
128128 {height : 100% ;font-family : arial}
129129 body
130- {min-height : calc (100% - 40px );display : flex;flex-direction : column;gap : 10 px ;margin : 20px ;align-items : center;
130+ {min-height : calc (100% - 40px );display : flex;flex-direction : column;gap : 20 px ;margin : 20px ;align-items : center;
131131 padding-bottom : 200px ;
132132 }
133133 body > *
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 : 10 px ;color : gray }
153+ {font-size : 0.85 rem ;color : # 777 ; margin-left : 0.25 rem }
153154 .link-txt
154155 {}
155156
You can’t perform that action at this time.
0 commit comments