Skip to content

Commit 43ef296

Browse files
Update style.css
1 parent 4f7d2e4 commit 43ef296

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

style.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,10 @@ iframe {
166166
}
167167

168168
.highlighted-user {
169-
background-color: #ffeaa7;
169+
background-color: #2d3748; /* or one of the other colors above */
170170
font-weight: bold;
171-
}
171+
color: #fff; /* ensures text stays readable */
172+
}
172173

173174
button,
174175
#googleSignInBtn {

0 commit comments

Comments
 (0)