File tree Expand file tree Collapse file tree
src/routes/blog/new-torrust-tracker-demo Expand file tree Collapse file tree Original file line number Diff line number Diff line change 373373 padding-top : 1.25rem ;
374374 }
375375
376- h4 {
377- font-size : 1.25rem ;
378- font-weight : bold ;
379- padding-top : 1rem ;
380- }
381-
382376 p {
383377 font-size : 1rem ;
384378 padding-top : 1rem ;
391385 color : rgba (254 , 13 , 0 , 1 );
392386 }
393387
394- ul ,
395- ol {
388+ ul {
396389 display : flex ;
397390 flex-direction : column ;
398391 list-style-type : disc ;
401394 word-break : keep-all ;
402395 }
403396
404- ol {
405- list-style-type : decimal ;
406- }
407-
408- ul li ,
409- ol li {
397+ ul li {
410398 margin : 0.25rem 0 ;
411399 word-break : keep-all ;
412400 }
413401
414- blockquote {
415- border-left : 4px solid rgba (254 , 13 , 0 , 0.6 );
416- padding : 0.5rem 1rem ;
417- margin : 1rem 0 ;
418- color : rgba (245 , 245 , 245 , 0.7 );
419- font-style : italic ;
420- }
421-
422402 code {
423403 background-color : rgba (0 , 0 , 0 , 0.3 );
424404 padding : 0.2rem 0.4rem ;
427407 font-size : 0.9em ;
428408 }
429409
430- pre {
431- background-color : rgba (0 , 0 , 0 , 0.3 );
432- padding : 1rem ;
433- border-radius : 6px ;
434- overflow-x : auto ;
435- margin : 1rem 0 ;
436-
437- code {
438- background : none ;
439- padding : 0 ;
440- }
441- }
442-
443- table {
444- width : 100% ;
445- border-collapse : collapse ;
446- margin : 1rem 0 ;
447- }
448-
449- th ,
450- td {
451- padding : 0.6rem 1rem ;
452- border : 1px solid rgba (255 , 255 , 255 , 0.15 );
453- text-align : left ;
454- color : rgba (245 , 245 , 245 , 0.8 );
455- }
456-
457- th {
458- background-color : rgba (0 , 0 , 0 , 0.3 );
459- font-weight : 600 ;
460- }
461-
462410 .content-preview > p ,
463411 .content-preview > ul ,
464- .content-preview > ol ,
465412 .content-preview > h2 ,
466- .content-preview > h3 ,
467- .content-preview > h4 {
413+ .content-preview > h3 {
468414 margin-bottom : 1rem ;
469415 }
470416
You can’t perform that action at this time.
0 commit comments