Skip to content

Commit 4cb0f56

Browse files
committed
Add background color to logo in web app for visibility in dark themes
1 parent 141bcea commit 4cb0f56

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/App.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@
4646
height: 32px;
4747
object-fit: contain;
4848
flex-shrink: 0;
49+
background-color: var(--bg-primary);
50+
border-radius: 8px;
51+
padding: 4px;
4952
}
5053

5154
.app-title {

0 commit comments

Comments
 (0)