From e044651866637834a4f20882322a964c5bd927e0 Mon Sep 17 00:00:00 2001 From: nycki Date: Fri, 21 Mar 2025 18:38:36 -0700 Subject: [PATCH] link back to xkcd --- static/xkcd.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/xkcd.css b/static/xkcd.css index 017d0b2..7c09d09 100644 --- a/static/xkcd.css +++ b/static/xkcd.css @@ -1,3 +1,7 @@ +/* + data taken from the xkcd color survey: + https://xkcd.com/color/rgb/ +*/ :root { --xkcd-cloudy-blue: #acc2d9; --xkcd-dark-pastel-green: #56ae57;