Skip to content

Commit ff7f8e8

Browse files
authored
Minor Fixes: Fixed service log dropdown coloring (#163)
Minor Fixes: Fixed service log dropdown coloring
1 parent 323ce8b commit ff7f8e8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Software/web-server/static/css/logs.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@
4545
cursor: pointer;
4646
}
4747

48+
.service-selector select option {
49+
background-color: var(--bg-card);
50+
color: var(--text-primary);
51+
}
52+
4853
.service-info {
4954
display: flex;
5055
align-items: center;

0 commit comments

Comments
 (0)