this repo has no description
0
fork

Configure Feed

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

Make added more prominent

+6
+6
src/components/account-info.css
··· 269 269 list-style: none; 270 270 } 271 271 #list-add-remove-container .list-add-remove button { 272 + border-radius: 16px; 272 273 display: flex; 273 274 align-items: center; 274 275 gap: 8px; 275 276 width: 100%; 277 + text-align: start; 276 278 } 277 279 #list-add-remove-container .list-add-remove button .icon { 278 280 opacity: 0.15; 281 + } 282 + #list-add-remove-container .list-add-remove button.checked { 283 + border-color: var(--green-color); 284 + font-weight: bold; 279 285 } 280 286 #list-add-remove-container .list-add-remove button.checked .icon { 281 287 opacity: 1;