/ ‘themes/moe-dark/templates/base.html’

This commit is contained in:
Dooho Yi 2020-08-09 16:07:20 +09:00
parent c4589960a0
commit 0cd796abbb

View file

@ -9,7 +9,7 @@
<script type="text/javascript" src="{{ SITEURL }}/theme/js/jquery-3.5.0.min.js"></script> <script type="text/javascript" src="{{ SITEURL }}/theme/js/jquery-3.5.0.min.js"></script>
<style> <style>
body { body {
font: 1em/1.5 AppleGothic, Courier New, Dotum, Sans-serif; font: 1em/1.5 AppleGothic, Courier New, Sans-serif;
color: rgba(206, 201, 201, 1.0); color: rgba(206, 201, 201, 1.0);
background-color: rgba(48, 48, 48, 1.0); background-color: rgba(48, 48, 48, 1.0);
scrollbar-width: none; scrollbar-width: none;