www.mtkn.jp

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

commit f9abc826896eb951b6d3d545c80516d19ad54fba
parent 94cda8b53209f732ec4a0d4e9fdda82bdd8889b3
Author: Matsuda Kenji <contact2655@matsudakenji.xyz>
Date:   Thu, 28 Jul 2022 08:03:25 +0900

change light color scheme

Diffstat:
Mdata/weblog | 52++++++++++++++++++++++++++++++++++++++++++++++++++++
Mman/static/base.css | 12++----------
Mpub/static/base.css | 12++----------
3 files changed, 56 insertions(+), 20 deletions(-)

diff --git a/data/weblog b/data/weblog @@ -289,3 +289,55 @@ 2022-07-14 draft 2022-07-14 plant 2022-07-28 static +-00-00 +2022-01-14 error +2022-02-08 kitchen +2022-06-08 farm +2022-06-08 journal +2022-06-15 harmfull +2022-06-15 misc +2022-06-27 computer +2022-07-10 about.html +2022-07-13 index.html +2022-07-14 draft +2022-07-14 plant +2022-07-28 static +-00-00 +2022-01-14 error +2022-02-08 kitchen +2022-06-08 farm +2022-06-08 journal +2022-06-15 harmfull +2022-06-15 misc +2022-06-27 computer +2022-07-10 about.html +2022-07-13 index.html +2022-07-14 draft +2022-07-14 plant +2022-07-28 static +-00-00 +2022-01-14 error +2022-02-08 kitchen +2022-06-08 farm +2022-06-08 journal +2022-06-15 harmfull +2022-06-15 misc +2022-06-27 computer +2022-07-10 about.html +2022-07-13 index.html +2022-07-14 draft +2022-07-14 plant +2022-07-28 static +-00-00 +2022-01-14 error +2022-02-08 kitchen +2022-06-08 farm +2022-06-08 journal +2022-06-15 harmfull +2022-06-15 misc +2022-06-27 computer +2022-07-10 about.html +2022-07-13 index.html +2022-07-14 draft +2022-07-14 plant +2022-07-28 static diff --git a/man/static/base.css b/man/static/base.css @@ -54,25 +54,17 @@ footer *{ @media (prefers-color-scheme: light) { html { - background-color: #fffff0; + background-color: #fffffa; color: #000; } a { - color: #00a010; + color: #007010; } pre { background-color: #f0f0e0; } } -.donation { - display: flex; - flex-wrap: wrap; -} -.donation-item { - flex: 1; -} - .portrait { margin: 10px; } diff --git a/pub/static/base.css b/pub/static/base.css @@ -54,25 +54,17 @@ footer *{ @media (prefers-color-scheme: light) { html { - background-color: #fffff0; + background-color: #fffffa; color: #000; } a { - color: #00a010; + color: #007010; } pre { background-color: #f0f0e0; } } -.donation { - display: flex; - flex-wrap: wrap; -} -.donation-item { - flex: 1; -} - .portrait { margin: 10px; }