Skip to content

Commit 0d0028a

Browse files
committed
steal colors from coldfront/bootstrap
1 parent f4ef6dc commit 0d0028a

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

webroot/css/messages.css

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,33 @@
66
margin-left: auto;
77
margin-right: auto;
88
margin-bottom: 20px;
9-
color: #676767
109
}
1110

1211
.message h3 {
1312
margin: 0;
1413
}
1514

1615
.message.debug {
17-
background-color: rgb(255, 255, 128);
16+
color: #856404;
17+
background-color: #fff3cd;
1818
}
1919

2020
.message.success {
21-
background-color: rgb(146, 192, 146);
21+
color: #155724;
22+
background-color: #d4edda;
2223
}
2324

2425
.message.info {
25-
background-color: rgb(173, 173, 173);
26+
color: #0c5460;
27+
background-color: #d1ecf1;
2628
}
2729

2830
.message.warning {
29-
background-color: rgb(255, 199, 77);
31+
color: #856404;
32+
background-color: #fff3cd;
3033
}
3134

3235
.message.error {
33-
background-color: rgb(255, 182, 182);
36+
color: #721c24;
37+
background-color: #f8d7da;
3438
}

0 commit comments

Comments
 (0)