change box-danger color

This commit is contained in:
xmcp
2019-07-29 00:42:50 +08:00
parent d50ac4b0f8
commit f7595c89b0

View File

@@ -13,7 +13,7 @@
}
.box-danger {
background-color: #f33;
background-color: #e55;
color: white;
text-shadow: 0 0 3px black;
}