loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at forgejo 19 lines 455 B view raw
1.code-view .lines-num:hover, 2.file-preview .lines-num:hover { 3 color: var(--color-text-dark) !important; 4} 5 6.code-line-button { 7 border: 1px solid var(--color-secondary); 8 border-radius: var(--border-radius); 9 padding: 1px 4px !important; 10 position: absolute; 11 font-family: var(--fonts-regular); 12 left: 0; 13 transform: translateX(calc(-50% + 6px)); 14 cursor: pointer; 15} 16 17.code-line-button:hover { 18 background: var(--color-secondary) !important; 19}