Skip to content

Commit aaad865

Browse files
authored
Update index.html
1 parent f7e7a93 commit aaad865

1 file changed

Lines changed: 14 additions & 74 deletions

File tree

docs/1.0.x/index.html

Lines changed: 14 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -185,51 +185,7 @@
185185
color:#4ade80;
186186
}
187187

188-
/* TERMINAL */
189188

190-
.terminal{
191-
margin:100px auto;
192-
max-width:900px;
193-
194-
background:#020617;
195-
196-
border-radius:20px;
197-
overflow:hidden;
198-
199-
border:1px solid #1e293b;
200-
}
201-
202-
.terminal-top{
203-
background:#111827;
204-
padding:12px;
205-
display:flex;
206-
gap:8px;
207-
}
208-
209-
.dot{
210-
width:12px;
211-
height:12px;
212-
border-radius:50%;
213-
}
214-
215-
.red{
216-
background:#ef4444;
217-
}
218-
219-
.yellow{
220-
background:#facc15;
221-
}
222-
223-
.green{
224-
background:#22c55e;
225-
}
226-
227-
.terminal-body{
228-
padding:30px;
229-
font-family:monospace;
230-
color:#4ade80;
231-
line-height:2;
232-
}
233189

234190
/* FOOTER */
235191

@@ -382,23 +338,25 @@
382338

383339
border:1px solid #1e293b;
384340

385-
position:relative;
341+
/* TERMINAL SOLO MARKDOWN */
342+
343+
#mdc .terminal{
344+
width:100%;
345+
max-width:900px;
346+
margin:40px auto;
386347

387-
z-index:1;
348+
background:#020617;
349+
border-radius:20px;
350+
overflow:hidden;
351+
352+
border:1px solid #1e293b;
388353
}
389354

390355
#mdc .terminal-top{
391356
background:#111827;
392-
393357
padding:12px;
394-
395358
display:flex;
396-
397359
gap:8px;
398-
399-
position:relative;
400-
401-
z-index:2;
402360
}
403361

404362
#mdc .dot{
@@ -408,37 +366,19 @@
408366
flex-shrink:0;
409367
}
410368

411-
#mdc .red{
412-
background:#ef4444;
413-
}
414-
415-
#mdc .yellow{
416-
background:#facc15;
417-
}
418-
419-
#mdc .green{
420-
background:#22c55e;
421-
}
369+
#mdc .red{ background:#ef4444; }
370+
#mdc .yellow{ background:#facc15; }
371+
#mdc .green{ background:#22c55e; }
422372

423373
#mdc .terminal-body{
424-
425374
padding:30px;
426-
427375
font-family:monospace;
428-
429376
color:#4ade80;
430-
431377
line-height:2;
432378

433379
overflow-x:auto;
434-
435380
white-space:pre-wrap;
436-
437381
word-break:break-word;
438-
439-
position:relative;
440-
441-
z-index:1;
442382
}
443383

444384
</style>

0 commit comments

Comments
 (0)