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

This commit is contained in:
Dooho Yi 2020-05-10 15:58:20 +09:00
parent 6c739cc92a
commit 05fdb0bdb1

View file

@ -10,7 +10,8 @@
<style> <style>
body { body {
font: 0.75em/1.5 AppleGothic, Sans-serif; font: 0.75em/1.5 AppleGothic, Sans-serif;
color: rgba(255, 255, 255, .6); color: #32CD32;
/* limegreen */
background-color: rgba(0, 0, 0, 1); background-color: rgba(0, 0, 0, 1);
overflow: hidden; overflow: hidden;
} }