From 7fd558c20b12609cb49641770cb7a2a6416e3603 Mon Sep 17 00:00:00 2001 From: Jack Kinsey Date: Sat, 22 Apr 2017 21:43:54 -0400 Subject: [PATCH] added the starishpink background --- res/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/res/style.css b/res/style.css index d52b46f..3742294 100644 --- a/res/style.css +++ b/res/style.css @@ -7,7 +7,8 @@ body { font-family:'Cutive Mono', monospace; color:#FFF1FF; #background-image:linear-gradient(to right,#00c4f4 0%,#278fba 20%,#278fba 80%,#00c4f4 100%); - background-color:#278fba; + #background-color:#278fba; + background:url(http://static.jkinsey.net/img/pinkishstardust.png) #323; } menu { -- 2.26.2