Update page status colors

parent c23f5aab
...@@ -215,3 +215,11 @@ ...@@ -215,3 +215,11 @@
}, },
}; };
</script> </script>
<style>
.text-success {
color: #13ce66;
}
.text-danger {
color: #ff4949;
}
</style>
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment