dev vouch dev on at. thats about it
0
fork

Configure Feed

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

frontend: bikeshed the colors

Luna f33eaeeb 980c73c0

+7 -3
+7 -3
frontend/src/App.css
··· 356 356 357 357 .auth-warning { 358 358 color: #b5a13b; 359 - background: #b5a13b0a; 360 - border: 1px solid #b5a13b44; 359 + background: #b5a13b18; 360 + border: none; 361 361 border-left: 3px solid #b5a13b; 362 362 padding: 0.6rem 0.85rem; 363 363 margin-top: 0.75rem; ··· 372 372 .auth-warning-details { 373 373 margin-top: 0.5rem; 374 374 margin-bottom: 0; 375 - margin-left: 1.5ch; 375 + margin-left: 0; 376 + border: 1px solid #b5a13b44; 377 + background: #131006; 378 + padding: 0.6rem 0.85rem; 379 + border-radius: 4px; 376 380 } 377 381 378 382 .auth-warning code {