From 7f4a75258a2f179be42f7928c3244b482043a789 Mon Sep 17 00:00:00 2001 From: Frederick Yin Date: Mon, 20 Jan 2025 00:10:26 -0500 Subject: Style: Add spectrum on top right --- alabaster-lite/css/alabaster.css | 1 - alabaster-lite/css/fkfd.css | 5 +++-- docs/img/spectrum.png | Bin 0 -> 7957 bytes docs/index.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 docs/img/spectrum.png diff --git a/alabaster-lite/css/alabaster.css b/alabaster-lite/css/alabaster.css index 2119590..ddc1e15 100644 --- a/alabaster-lite/css/alabaster.css +++ b/alabaster-lite/css/alabaster.css @@ -448,7 +448,6 @@ a.footnote-reference:hover { div.documentwrapper { float: none; - background: white; } div.sphinxsidebar { diff --git a/alabaster-lite/css/fkfd.css b/alabaster-lite/css/fkfd.css index 06b3864..eaedf26 100644 --- a/alabaster-lite/css/fkfd.css +++ b/alabaster-lite/css/fkfd.css @@ -5,10 +5,12 @@ body { background-color: white; color: #000; + background-image: url("../img/spectrum.png"); + background-position: top right; + background-repeat: no-repeat; } div.body { - background-color: #ffffff; color: #3E4349; } @@ -20,7 +22,6 @@ div.body { div.body { color: white; - background-color: #19202b; padding-bottom: 24px; } } diff --git a/docs/img/spectrum.png b/docs/img/spectrum.png new file mode 100644 index 0000000..712dfc2 Binary files /dev/null and b/docs/img/spectrum.png differ diff --git a/docs/index.md b/docs/index.md index 4ee292c..1adbd81 100644 --- a/docs/index.md +++ b/docs/index.md @@ -3,7 +3,7 @@ title: Home --- -

fkfd.me — about

+

~fkfd

## Categories -- cgit v1.2.3