loading up the forgejo repo on tangled to test page performance
at forgejo 41 lines 801 B view raw
1.markup table.file-preview { 2 margin-bottom: 0; 3} 4 5.markup table.file-preview td { 6 padding: 0 10px !important; 7 border: none !important; 8} 9 10.markup table.file-preview tr { 11 border-top: none; 12 background-color: inherit !important; 13} 14 15.markup .file-preview-box { 16 margin-bottom: 16px; 17} 18 19.markup .file-preview-box .header { 20 padding: .5rem; 21 padding-left: 1rem; 22 border: 1px solid var(--color-secondary); 23 border-bottom: none; 24 border-radius: 0.28571429rem 0.28571429rem 0 0; 25 background: var(--color-box-header); 26} 27 28.markup .file-preview-box .warning { 29 border-radius: 0; 30 margin: 0; 31 padding: .5rem .5rem .5rem 1rem; 32} 33 34.markup .file-preview-box .header > a { 35 display: block; 36} 37 38.markup .file-preview-box .table { 39 margin-top: 0; 40 border-radius: 0 0 0.28571429rem 0.28571429rem; 41}