Skip to content

Commit 734e7b0

Browse files
committed
Remove some unneeded defined inline-stylings
These have no really useful point here. Let's just remove them. Signed-off-by: Sheogorath <[email protected]>
1 parent 1de8160 commit 734e7b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/views/index/body.ejs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
</button>
169169
<h4 class="modal-title" id="myModalLabel"><%= __('Are you sure?') %></h4>
170170
</div>
171-
<div class="modal-body" style="color:black;">
171+
<div class="modal-body">
172172
<h5 class="ui-delete-history-modal-msg"></h5>
173173
<strong class="ui-delete-history-modal-item"></strong>
174174
</div>
@@ -188,7 +188,7 @@
188188
</button>
189189
<h4 class="modal-title" id="myModalLabel"><%= __('Are you sure?') %></h4>
190190
</div>
191-
<div class="modal-body" style="color:black;">
191+
<div class="modal-body">
192192
<h5 class="ui-delete-user-modal-msg"><%= __('Do you really want to delete your user account?') %></h5>
193193
<strong class="ui-delete-user-modal-item"><%= __('This will delete your account, all notes that are owned by you and remove all references to your account from other notes.') %></strong>
194194
</div>

0 commit comments

Comments
 (0)