Updated faq.html

Removed border from and added box-shadow to message-body.
This commit is contained in:
Bobby Wibowo 2018-04-16 23:17:02 +07:00
parent b83f4e3ce2
commit f4c6b01f92
No known key found for this signature in database
GPG Key ID: 51C3A1E1E22D26CF

View File

@ -46,10 +46,14 @@
<meta name="theme-color" content="#232629">
<style>
.message {
background-color: #31363b;
}
.message-body {
color: #eff0f1;
background-color: #31363b;
border-color: #898b8d;
border: 0;
box-shadow: 0 20px 60px rgba(10, 10, 10, 0.05), 0 5px 10px rgba(10, 10, 10, 0.1), 0 1px 1px rgba(10, 10, 10, 0.2);
}
</style>
</head>