diff options
author | Sheogorath | 2018-07-03 21:25:32 +0200 |
---|---|---|
committer | Sheogorath | 2018-07-03 21:25:45 +0200 |
commit | 1de81600083ed5f4a0813010ddf24e22744176c6 (patch) | |
tree | 79c991365702ce4fe119f0236c362213cad9b81e /public/views/codimd | |
parent | 4e38d1836e49fb80fecb95726b30cb637e1fbaa6 (diff) |
Fix some night mode colors
We have some issues with night mode and the font color. This should fix
this in the permission table and the delete node modal. As well as some
picture styling.
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
Diffstat (limited to 'public/views/codimd')
-rw-r--r-- | public/views/codimd/body.ejs | 2 |
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> |