fix: remove global bg color

This commit is contained in:
Summayya 2022-01-24 13:48:41 +05:30
parent 30b3c9caef
commit a569b3e37f

View file

@ -30,12 +30,6 @@
@import 'my_account';
body {
@include media-breakpoint-up(sm) {
background-color: var(--bg-color);
}
}
.ql-editor.read-mode {
padding: 0;
line-height: 1.6;