Coffee journaling on ATProto (alpha) alpha.arabica.social
coffee
17
fork

Configure Feed

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

fix: suggestion text styling for dark mode

authored by

Patrick Dewey and committed by tangled.org 39283642 ecd511fa

+2 -1
+1 -1
internal/web/components/layout.templ
··· 83 83 <link rel="icon" href="/static/favicon.svg" type="image/svg+xml"/> 84 84 <link rel="icon" href="/static/favicon-32.svg" type="image/svg+xml" sizes="32x32"/> 85 85 <link rel="apple-touch-icon" href="/static/icon-192.svg"/> 86 - <link rel="stylesheet" href="/static/css/output.css?v=0.8.1"/> 86 + <link rel="stylesheet" href="/static/css/output.css?v=0.8.2"/> 87 87 <style> 88 88 [x-cloak] { display: none !important; } 89 89 </style>
+1
static/css/app.css
··· 687 687 688 688 .suggestions-item { 689 689 @apply w-full text-left px-3 py-2 flex items-center gap-2 transition-colors cursor-pointer last:border-b-0; 690 + color: var(--text-primary); 690 691 border-bottom: 1px solid var(--surface-border); 691 692 } 692 693