www.mtkn.jp

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

commit 1f0842c7e061c42a45225e94f028a2d813ba4f5c
parent 2b88a2124de843706768aae48a073b5e449c3694
Author: Matsuda Kenji <contact2655@matsudakenji.xyz>
Date:   Sat, 15 Jan 2022 14:58:30 +0900

change style

Diffstat:
Mman/static/base.css | 18+++++++++++++++---
Mpub/.files | 2+-
Mpub/sitemap.xml | 2+-
Mpub/static/base.css | 18+++++++++++++++---
4 files changed, 32 insertions(+), 8 deletions(-)

diff --git a/man/static/base.css b/man/static/base.css @@ -1,5 +1,6 @@ html { background-color: #1b1b1b; + color: #e0e0e0; font-family: serif; } @@ -8,17 +9,28 @@ a { text-decoration: none; } +figure { + background-color #2b2b2b; +} + +figcaption { + font-style: italic; +} + +pre { + padding: 1em; + background-color: #2b2b2b; + overflow-x: scroll; +} + body { max-width: 1100px; - color: white; margin: 5px auto; } header { padding: 5px; } - header > * { - } main { padding: 5px; diff --git a/pub/.files b/pub/.files @@ -1 +1 @@ -./error/moved.html +./static/base.css diff --git a/pub/sitemap.xml b/pub/sitemap.xml @@ -28,7 +28,7 @@ <url><loc>https://www.matsudakenji.xyz/computer/rtx1200-qos.html</loc><lastmod>2022-01-14</lastmod></url> <url><loc>https://www.matsudakenji.xyz/computer/what-i-use.html</loc><lastmod>2021-12-16</lastmod></url> <url><loc>https://www.matsudakenji.xyz/error/404.html</loc><lastmod>2021-12-16</lastmod></url> -<url><loc>https://www.matsudakenji.xyz/error/moved.html</loc><lastmod>2022-01-14</lastmod></url> +<url><loc>https://www.matsudakenji.xyz/error/moved.html</loc><lastmod>2022-01-15</lastmod></url> <url><loc>https://www.matsudakenji.xyz/farm/journal/2021.html</loc><lastmod>2022-01-9</lastmod></url> <url><loc>https://www.matsudakenji.xyz/</loc><lastmod>2022-01-14</lastmod></url> <url><loc>https://www.matsudakenji.xyz/misc/migration.html</loc><lastmod>2021-12-16</lastmod></url> diff --git a/pub/static/base.css b/pub/static/base.css @@ -1,5 +1,6 @@ html { background-color: #1b1b1b; + color: #e0e0e0; font-family: serif; } @@ -8,17 +9,28 @@ a { text-decoration: none; } +figure { + background-color #2b2b2b; +} + +figcaption { + font-style: italic; +} + +pre { + padding: 1em; + background-color: #2b2b2b; + overflow-x: scroll; +} + body { max-width: 1100px; - color: white; margin: 5px auto; } header { padding: 5px; } - header > * { - } main { padding: 5px;