www.mtkn.jp

Manuscripts for my personal webpage.
git clone https://git.mtkn.jp/www.mtkn.jp
Log | Files | Refs | README

commit a48f3a977e0c2a311836754f3a8500a9e0c60f68
parent efdf58052d576aa953fd50f543f410316b40c0dc
Author: Matsuda Kenji <contact2655@matsudakenji.xyz>
Date:   Fri, 29 Jul 2022 19:44:20 +0900

change color

Diffstat:
Mdata/weblog | 1+
Mman/index.html | 1-
Mman/style.css | 14+++++++-------
Mpub/index.html | 1-
Mpub/rss.xml | 4++--
Mpub/style.css | 14+++++++-------
6 files changed, 17 insertions(+), 18 deletions(-)

diff --git a/data/weblog b/data/weblog @@ -40,3 +40,4 @@ 1659020400 /journal/index.html 1659020400 /journal/posts/20220729.html 1659020400 /journal/posts/20220729.html +1659020400 /index.html diff --git a/man/index.html b/man/index.html @@ -1,5 +1,4 @@ <h1>松田健嗣</h1> -<time>2022-07-28</time> <p><img class="portrait" src="/pics/icon.jpeg" alt="似顔絵" width="100"></p> diff --git a/man/style.css b/man/style.css @@ -1,12 +1,12 @@ :root { - --dbg: #101010; - --dbg2: #202020; - --dfg: #ffffff; + --dbg: #202026; + --dbg2: #30303d; + --dfg: #f0f0df; --dfg2: #a0f0b0; - --lbg: #fffffa; - --lbg2: #fefeef; - --lfg: #000000; - --lfg2: #005005; + --lbg: #f0f0df; + --lbg2: #e8e8cd; + --lfg: #202026; + --lfg2: #007035; } html { diff --git a/pub/index.html b/pub/index.html @@ -20,7 +20,6 @@ <main> <article> <h1>松田健嗣</h1> -<time>2022-07-28</time> <p><img class="portrait" src="/pics/icon.jpeg" alt="似顔絵" width="100"></p> diff --git a/pub/rss.xml b/pub/rss.xml @@ -5,8 +5,8 @@ <description>ウェブページの更新履歴</description> <language>ja-jp</language> <link>https://www.mtkn.jp</link> -<lastBuildDate>Fri, 29 Jul 2022 15:39:12 +0900</lastBuildDate> -<pubDate>Fri, 29 Jul 2022 15:39:12 +0900</pubDate> +<lastBuildDate>Fri, 29 Jul 2022 19:43:47 +0900</lastBuildDate> +<pubDate>Fri, 29 Jul 2022 19:43:47 +0900</pubDate> <docs>https://www.rssboard.org/rss-specification</docs> <item> <title>RSS作った</title> diff --git a/pub/style.css b/pub/style.css @@ -1,12 +1,12 @@ :root { - --dbg: #101010; - --dbg2: #202020; - --dfg: #ffffff; + --dbg: #202026; + --dbg2: #30303d; + --dfg: #f0f0df; --dfg2: #a0f0b0; - --lbg: #fffffa; - --lbg2: #fefeef; - --lfg: #000000; - --lfg2: #005005; + --lbg: #f0f0df; + --lbg2: #e8e8cd; + --lfg: #202026; + --lfg2: #007035; } html {