Browse Source

fix: remove global bg color

version-14
Summayya 3 years ago
parent
commit
a569b3e37f
1 changed files with 0 additions and 6 deletions
  1. +0
    -6
      frappe/public/scss/website/index.scss

+ 0
- 6
frappe/public/scss/website/index.scss 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;


Loading…
Cancel
Save