www.mtkn.jp

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

commit b7c496a9a7227f75480121083482c5fa6a56f1cd
parent 7a0147b305f3b9a63fc1ee3091ddd6c4a70e9ad2
Author: Matsuda Kenji <contact2655@matsudakenji.xyz>
Date:   Sat, 30 Jul 2022 17:57:08 +0900

change color

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

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