theme update + tidy up
This commit is contained in:
parent
a74b8529e6
commit
ec516cf9b3
4 changed files with 255 additions and 241 deletions
|
|
@ -8,14 +8,20 @@
|
||||||
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/tachyons.min.css" type="text/css" />
|
<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>
|
<script type="text/javascript" src="{{ SITEURL }}/theme/js/jquery-3.5.0.min.js"></script>
|
||||||
<style>
|
<style>
|
||||||
|
html {
|
||||||
|
scrollbar-width: none;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font: 1em/1.5 AppleGothic, NanumGothic, Sans-serif;
|
font: 1em/1.5 AppleGothic, NanumGothic, Sans-serif;
|
||||||
letter-spacing: +0.02em;
|
letter-spacing: +0.02em;
|
||||||
word-spacing: +0.2em;
|
word-spacing: +0.2em;
|
||||||
|
color: rgba(100, 255, 200, 1.0);
|
||||||
color: rgba(100, 255, 200, 1.0); /* chartreuse */
|
/* chartreuse */
|
||||||
/* color: rgba(255, 20, 147, 1.0); */ /* deeppink */
|
/* color: rgba(255, 20, 147, 1.0); */
|
||||||
background-color: rgba(0, 20, 40, 1.0); /* black */
|
/* deeppink */
|
||||||
|
background-color: rgba(0, 20, 40, 1.0);
|
||||||
|
/* black */
|
||||||
scrollbar-width: none;
|
scrollbar-width: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,11 +8,13 @@
|
||||||
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/tachyons.min.css" type="text/css" />
|
<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>
|
<script type="text/javascript" src="{{ SITEURL }}/theme/js/jquery-3.5.0.min.js"></script>
|
||||||
<style>
|
<style>
|
||||||
|
html {
|
||||||
|
scrollbar-width: none;
|
||||||
|
}
|
||||||
body {
|
body {
|
||||||
font: 1em/1.5 AppleGothic, NanumGothic, Sans-serif;
|
font: 1em/1.5 AppleGothic, NanumGothic, Sans-serif;
|
||||||
letter-spacing: +0.02em;
|
letter-spacing: +0.02em;
|
||||||
word-spacing: +0.2em;
|
word-spacing: +0.2em;
|
||||||
|
|
||||||
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;
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,9 @@
|
||||||
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/tachyons.min.css" type="text/css" />
|
<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>
|
<script type="text/javascript" src="{{ SITEURL }}/theme/js/jquery-3.5.0.min.js"></script>
|
||||||
<style>
|
<style>
|
||||||
|
html {
|
||||||
|
scrollbar-width: none;
|
||||||
|
}
|
||||||
body {
|
body {
|
||||||
font: 1em/1.5 AppleGothic, NanumGothic, Sans-serif;
|
font: 1em/1.5 AppleGothic, NanumGothic, Sans-serif;
|
||||||
letter-spacing: +0.02em;
|
letter-spacing: +0.02em;
|
||||||
|
|
|
||||||
|
|
@ -8,11 +8,14 @@
|
||||||
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/tachyons.min.css" type="text/css" />
|
<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>
|
<script type="text/javascript" src="{{ SITEURL }}/theme/js/jquery-3.5.0.min.js"></script>
|
||||||
<style>
|
<style>
|
||||||
|
html {
|
||||||
|
scrollbar-width: none;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font: 1em/1.5 AppleGothic, NanumGothic, Sans-serif;
|
font: 1em/1.5 AppleGothic, NanumGothic, Sans-serif;
|
||||||
letter-spacing: +0.02em;
|
letter-spacing: +0.02em;
|
||||||
word-spacing: +0.2em;
|
word-spacing: +0.2em;
|
||||||
|
|
||||||
color: rgba(37, 176, 118, 1.0);
|
color: rgba(37, 176, 118, 1.0);
|
||||||
background-color: rgba(16, 20, 20, 1.0);
|
background-color: rgba(16, 20, 20, 1.0);
|
||||||
scrollbar-width: none;
|
scrollbar-width: none;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue