A container registry that uses the AT Protocol for manifest storage and S3 for blob storage.
0
fork

Configure Feed

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

fix dropdown menu font color

+3 -3
+3 -3
pkg/appview/static/css/style.css
··· 285 285 display: none; 286 286 } 287 287 288 - .dropdown-item { 288 + .dropdown-menu .dropdown-item { 289 289 display: block; 290 290 width: 100%; 291 291 padding: 0.75rem 1rem; ··· 299 299 font-size: 0.95rem; 300 300 } 301 301 302 - .dropdown-item:hover { 302 + .dropdown-menu .dropdown-item:hover { 303 303 background: var(--hover-bg); 304 304 } 305 305 ··· 309 309 border-top: 1px solid var(--border); 310 310 } 311 311 312 - .logout-btn { 312 + .dropdown-menu .logout-btn { 313 313 color: var(--danger); 314 314 font-weight: 500; 315 315 }