From 1142707308bcae30909025b19009300e0ae01b4f Mon Sep 17 00:00:00 2001 From: ashley Date: Fri, 19 Sep 2025 16:32:12 +0200 Subject: [PATCH] add bg --- html/license.ejs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/html/license.ejs b/html/license.ejs index c825c0f0..a8553354 100644 --- a/html/license.ejs +++ b/html/license.ejs @@ -35,6 +35,9 @@ } :root{color-scheme:dark} body{color:#fff} + body [ + background:#1c1b22; + ] img{float:right;margin:.3em 0 1em 2em} :visited{color:#00c0ff} a{color:#0ab7f0}