Skip to content

Commit

Permalink
Update lifelog.css
Browse files Browse the repository at this point in the history
ux fixes for moody chats
  • Loading branch information
devops-tausifalam authored Nov 18, 2024
1 parent 0b8e7ef commit 7b54bf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/theme/lifelog.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ div.log-container div.log-data ul.log-tree li.blu{
background-color: var(--accent-primary);
}
div.log-container div.log-data ul.log-tree li.red{
align-self: flex-start;
align-self: flex-end;
background-color: var(--emotionRed);
}
div.log-container div.log-data ul.log-tree li.yellow{
align-self: flex-start;
align-self: flex-end;
background-color: var(--meh);
color: var(--secondary);
}
Expand Down

0 comments on commit 7b54bf2

Please sign in to comment.