summaryrefslogtreecommitdiff
path: root/public/views/codimd/body.ejs
diff options
context:
space:
mode:
authorChristoph (Sheogorath) Kern2018-07-03 21:41:04 +0200
committerGitHub2018-07-03 21:41:04 +0200
commit762cff677cddcf32ea0b0e55f338c6e410578a0e (patch)
tree45eab833f4c84ea42abc0332824aca3e6d1d5da5 /public/views/codimd/body.ejs
parent4e38d1836e49fb80fecb95726b30cb637e1fbaa6 (diff)
parent734e7b01a55ec2a70227effde61dc0e866de01d5 (diff)
Merge pull request #884 from SISheogorath/fix/nightMode
Fix some night mode colors
Diffstat (limited to 'public/views/codimd/body.ejs')
-rw-r--r--public/views/codimd/body.ejs2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/views/codimd/body.ejs b/public/views/codimd/body.ejs
index 49604379..b5932a61 100644
--- a/public/views/codimd/body.ejs
+++ b/public/views/codimd/body.ejs
@@ -233,7 +233,7 @@
</button>
<h4 class="modal-title" id="myModalLabel"><%= __('Are you sure?') %></h4>
</div>
- <div class="modal-body" style="color:black;">
+ <div class="modal-body">
<h5 class="ui-delete-modal-msg"><%= __('Do you really want to delete this note?') %></h5>
<strong class="ui-delete-modal-item"><%= __('All users will lose their connection.') %></strong>
</div>