Merge branch 'editor-dark' into pr/editor-dark-mode

This commit is contained in:
Min-Soo Kim 2021-01-08 01:26:58 +09:00 committed by GitHub
commit e725455a0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 212 additions and 87 deletions

View file

@ -6,6 +6,7 @@
{@ $css_var->content_line_height = $content_line_height ? $content_line_height: 'none';}
{@ $css_var->content_word_break = $content_word_break ? $content_word_break : 'none';}
{@ $css_var->content_paragraph_spacing = $content_paragraph_spacing ? $content_paragraph_spacing : 'none';}
{@ $css_var->auto_dark_mode = ($editor_auto_dark_mode)? 'Y':'N' }
{@ Context::set('css_var',$css_var);}
<load target="css/default.less" vars="$css_var" />