/ ‘theme-dark/templates/base.html’

This commit is contained in:
Dooho Yi 2020-05-10 00:24:12 +09:00
parent f6de13daa8
commit 379b98cc6a

View file

@ -10,6 +10,7 @@
<style> <style>
body { body {
font: 0.75em/1.5 AppleGothic, Sans-serif; font: 0.75em/1.5 AppleGothic, Sans-serif;
color: rgba(1, 1, 1, 0.1);
background-color: rgba(0, 0, 0, 1); background-color: rgba(0, 0, 0, 1);
} }