Skip to content

Commit 5bab64a

Browse files
committed
Changed the selection styling
1 parent eb0e03e commit 5bab64a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tui/styles.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
Screen {
2-
layout: vertical;
2+
layout: vertical;
33
}
44

55
.screen--selection {
6-
background: #79fc96 13%;
6+
background: #FFFFFF;
7+
color: #000000;
78
}
89

910
/* Dashboard View - main container */

0 commit comments

Comments
 (0)