theme update + tidy up

This commit is contained in:
Dooho Yi 2021-06-29 19:08:34 +09:00
parent a74b8529e6
commit ec516cf9b3
4 changed files with 255 additions and 241 deletions

View file

@ -8,14 +8,20 @@
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/tachyons.min.css" type="text/css" />
<script type="text/javascript" src="{{ SITEURL }}/theme/js/jquery-3.5.0.min.js"></script>
<style>
html {
scrollbar-width: none;
}
body {
font: 1em/1.5 AppleGothic, NanumGothic, Sans-serif;
letter-spacing: +0.02em;
word-spacing: +0.2em;
color: rgba(100, 255, 200, 1.0); /* chartreuse */
/* color: rgba(255, 20, 147, 1.0); */ /* deeppink */
background-color: rgba(0, 20, 40, 1.0); /* black */
color: rgba(100, 255, 200, 1.0);
/* chartreuse */
/* color: rgba(255, 20, 147, 1.0); */
/* deeppink */
background-color: rgba(0, 20, 40, 1.0);
/* black */
scrollbar-width: none;
}

View file

@ -8,11 +8,13 @@
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/tachyons.min.css" type="text/css" />
<script type="text/javascript" src="{{ SITEURL }}/theme/js/jquery-3.5.0.min.js"></script>
<style>
html {
scrollbar-width: none;
}
body {
font: 1em/1.5 AppleGothic, NanumGothic, Sans-serif;
letter-spacing: +0.02em;
word-spacing: +0.2em;
color: rgba(206, 201, 201, 1.0);
background-color: rgba(48, 48, 48, 1.0);
scrollbar-width: none;

View file

@ -8,6 +8,9 @@
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/tachyons.min.css" type="text/css" />
<script type="text/javascript" src="{{ SITEURL }}/theme/js/jquery-3.5.0.min.js"></script>
<style>
html {
scrollbar-width: none;
}
body {
font: 1em/1.5 AppleGothic, NanumGothic, Sans-serif;
letter-spacing: +0.02em;

View file

@ -8,11 +8,14 @@
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/tachyons.min.css" type="text/css" />
<script type="text/javascript" src="{{ SITEURL }}/theme/js/jquery-3.5.0.min.js"></script>
<style>
html {
scrollbar-width: none;
}
body {
font: 1em/1.5 AppleGothic, NanumGothic, Sans-serif;
letter-spacing: +0.02em;
word-spacing: +0.2em;
color: rgba(37, 176, 118, 1.0);
background-color: rgba(16, 20, 20, 1.0);
scrollbar-width: none;