We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 44f7960 commit 200443eCopy full SHA for 200443e
app/Plugins/Topic/resources/views/create/preview.blade.php
@@ -32,7 +32,7 @@
32
<link rel="stylesheet" href="{{ mix('plugins/Topic/css/app.css') }}">
33
<link rel="stylesheet" href="{{file_hash('tabler/libs/plyr/dist/plyr.css')}}">
34
</head>
35
-<body class="border-0 card card-body">
+<body class="border-0 card card-body {{session()->get('theme','antialiased')}}" style="background-color: transparent;">
36
<article class="col-md-12 article markdown" id="topic-content">
37
{!! ContentParse()->parse($content) !!}
38
</article>
0 commit comments