Skip to content

Commit a9f574e

Browse files
committed
reasonable colors
1 parent dbfb623 commit a9f574e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

webroot/css/messages.css

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,25 @@
55
text-align: center;
66
width: fit-content;
77
margin: auto;
8+
color: #494949
89
}
910

1011
.message.debug {
11-
background-color: yellow;
12+
background-color: rgb(255, 255, 128);
1213
}
1314

1415
.message.success {
15-
background-color: green;
16+
background-color: rgb(146, 192, 146);
1617
}
1718

1819
.message.info {
19-
background-color: gray;
20+
background-color: rgb(173, 173, 173);
2021
}
2122

2223
.message.warning {
23-
background-color: yellow;
24+
background-color: rgb(255, 199, 77);
2425
}
2526

2627
.message.error {
27-
background-color: red;
28+
background-color: rgb(255, 104, 104);
2829
}

0 commit comments

Comments
 (0)