personal memory agent
0
fork

Configure Feed

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

init: drop orphaned .settings-mode-btn CSS

-7
-7
convey/templates/init.html
··· 70 70 .observer-empty { font-size: 0.85rem; color: #888; } 71 71 .observer-empty a { color: #b06a1a; } 72 72 .footer-note { font-size: 0.88rem; color: #767676; margin-top: 1.5rem; text-align: center; } 73 - .settings-mode-btn { 74 - padding: 0.5em 1em; border: 1px solid #ccc; border-radius: 4px; 75 - background: #fff; color: #555; cursor: pointer; font-size: 0.85rem; 76 - } 77 - .settings-mode-btn:hover { border-color: #999; } 78 - .settings-mode-btn:active:not(.active) { background: #f5f5f5; } 79 - .settings-mode-btn.active { background: #E8923A; color: #fff; border-color: #E8923A; } 80 73 .settings-preset-btn { 81 74 padding: 0.35em 0.75em; border: 1px solid #ccc; border-radius: 4px; 82 75 background: #fff; color: #555; cursor: pointer; font-size: 0.85rem;