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 dbfb623 commit a9f574eCopy full SHA for a9f574e
webroot/css/messages.css
@@ -5,24 +5,25 @@
5
text-align: center;
6
width: fit-content;
7
margin: auto;
8
+ color: #494949
9
}
10
11
.message.debug {
- background-color: yellow;
12
+ background-color: rgb(255, 255, 128);
13
14
15
.message.success {
- background-color: green;
16
+ background-color: rgb(146, 192, 146);
17
18
19
.message.info {
- background-color: gray;
20
+ background-color: rgb(173, 173, 173);
21
22
23
.message.warning {
24
+ background-color: rgb(255, 199, 77);
25
26
27
.message.error {
- background-color: red;
28
+ background-color: rgb(255, 104, 104);
29
0 commit comments