Fix lingering darkmode style bugs
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details

master
Garrett Mills 4 years ago
parent 62a6f6532b
commit 69cfef0193
Signed by: garrettmills
GPG Key ID: D2BF5FBA8298F246

@ -26,7 +26,7 @@
*ngIf="editorService.isEditing && editorService.canEdit()"
title="More page options"
(click)="onPageMenuClick($event)"
class="clear-btn"
fill="clear"
>
<i class="fa fa-ellipsis-v"></i>
</ion-button>

@ -138,6 +138,10 @@ hr {
/* ============== DARK MODE FIXES ============== */
body.dark {
.node-content-wrapper-focused {
background: rgba(25, 25, 70, 0.5);
}
.node-content-wrapper:hover {
background: rgba(35,35,80,0.5);
}

Loading…
Cancel
Save