Skip to content
This repository was archived by the owner on Aug 13, 2018. It is now read-only.

Commit 5e66ee7

Browse files
committed
Fix color of text in event bubble (dark theme)
1 parent 1ec2a89 commit 5e66ee7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

data/css/frame-list.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,3 +259,16 @@
259259
.frameBubble.event .socketId {
260260
color: gray;
261261
}
262+
263+
/******************************************************************************/
264+
/* Themes */
265+
266+
.theme-dark .frameBubble.event .body {
267+
background-image: none;
268+
background-color: var(--theme-toolbar-background);
269+
}
270+
271+
.theme-dark .frameBubble.event .uri,
272+
.theme-dark .frameBubble.event .text {
273+
color: var(--theme-body-color-alt);
274+
}

0 commit comments

Comments
 (0)