Skip to content

Commit 38af308

Browse files
committed
Improve design of status chips
1 parent b212c99 commit 38af308

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

data/resources/style.css

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,28 +16,30 @@ button.small {
1616
padding: 2px 5px;
1717
color: @theme_fg_color;
1818
border-radius: 8px;
19+
font-weight: bold;
1920
}
2021
.chip--warning {
2122
background: alpha(@yellow_2, 0.2);
23+
color: darker(@yellow_5);
2224
}
2325
.chip--info {
24-
color: @blue_5;
2526
background: alpha(@blue_2, 0.2);
27+
color: darker(@blue_5);
2628
}
2729
.chip--degraded {
28-
color: @orange_5;
2930
background: alpha(@orange_2, 0.2);
31+
color: darker(@orange_5);
3032
}
3133

3234
.chip--danger {
3335
background: alpha(@red_2, 0.2);
36+
color: darker(@red_5);
3437
}
3538

3639
.chip--small {
3740
font-size: 0.8rem;
3841
}
3942

40-
4143
.sourceview {
4244
padding: 4px 8px;
4345
}

0 commit comments

Comments
 (0)