This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
refactor: portal bg color
version-14
Summayya
3 years ago
parent
9450da9ef1
commit
c7d1677597
1 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
frappe/public/scss/website/index.scss
+ 7
- 0
frappe/public/scss/website/index.scss
View File
@@ -29,6 +29,13 @@
@import 'error-state';
@import 'my_account';
body {
@include media-breakpoint-up(sm) {
background-color: var(--bg-color);
}
}
.ql-editor.read-mode {
padding: 0;
line-height: 1.6;
Write
Preview
Loading…
Cancel
Save