www.mtkn.jp

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

commit 99530bcafb7747953372c649db1a146f22a95c14
parent b7c496a9a7227f75480121083482c5fa6a56f1cd
Author: Matsuda Kenji <contact2655@matsudakenji.xyz>
Date:   Sat, 30 Jul 2022 18:42:29 +0900

change color

Diffstat:
Mman/style.css | 8++++----
Mpub/rss.xml | 4++--
Mpub/style.css | 8++++----
3 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/man/style.css b/man/style.css @@ -1,10 +1,10 @@ :root { --dbg: #002b36; - --dbg2: #0f3a44; - --dfg: #eee8d5; + --dbg2: #073642; + --dfg: #fdf6e3; --dfg2: #80ff80; - --lbg: #eee8d5; - --lbg2: #dfdac9; + --lbg: #fdf6e3; + --lbg2: #eee8d5; --lfg: #002b36; --lfg2: #009933; } 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>Sat, 30 Jul 2022 17:56:51 +0900</lastBuildDate> -<pubDate>Sat, 30 Jul 2022 17:56:51 +0900</pubDate> +<lastBuildDate>Sat, 30 Jul 2022 18:41:53 +0900</lastBuildDate> +<pubDate>Sat, 30 Jul 2022 18:41:53 +0900</pubDate> <docs>https://www.rssboard.org/rss-specification</docs> <item> <title>新型コロナウイルスとその対策に関する個人的見解</title> diff --git a/pub/style.css b/pub/style.css @@ -1,10 +1,10 @@ :root { --dbg: #002b36; - --dbg2: #0f3a44; - --dfg: #eee8d5; + --dbg2: #073642; + --dfg: #fdf6e3; --dfg2: #80ff80; - --lbg: #eee8d5; - --lbg2: #dfdac9; + --lbg: #fdf6e3; + --lbg2: #eee8d5; --lfg: #002b36; --lfg2: #009933; }