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 +++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'alabaster-lite') 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; } } -- cgit v1.2.3