We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b212c99 commit 38af308Copy full SHA for 38af308
data/resources/style.css
@@ -16,28 +16,30 @@ button.small {
16
padding: 2px 5px;
17
color: @theme_fg_color;
18
border-radius: 8px;
19
+ font-weight: bold;
20
}
21
.chip--warning {
22
background: alpha(@yellow_2, 0.2);
23
+ color: darker(@yellow_5);
24
25
.chip--info {
- color: @blue_5;
26
background: alpha(@blue_2, 0.2);
27
+ color: darker(@blue_5);
28
29
.chip--degraded {
- color: @orange_5;
30
background: alpha(@orange_2, 0.2);
31
+ color: darker(@orange_5);
32
33
34
.chip--danger {
35
background: alpha(@red_2, 0.2);
36
+ color: darker(@red_5);
37
38
39
.chip--small {
40
font-size: 0.8rem;
41
42
-
43
.sourceview {
44
padding: 4px 8px;
45
0 commit comments