From 32749c45241b72194bb56b63fd34e23686117f13 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Mon, 18 Mar 2024 22:02:47 -0700 Subject: [PATCH] :wrench: Updated css defaults --- kevin_powell_defaults.css | 11 +++++++++++ scripts/kcss | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/kevin_powell_defaults.css b/kevin_powell_defaults.css index 5a2c176a..0a89c196 100644 --- a/kevin_powell_defaults.css +++ b/kevin_powell_defaults.css @@ -38,3 +38,14 @@ input, textarea { min-width: 0; } + +/* background image specific, courtesy wittcode*/ +/* +body { + background-image: url("background_image.png"); + background-repeat: no-repeat; + background-attachment: fixed; + background-position: center; + background-size: cover; +} +*/ diff --git a/scripts/kcss b/scripts/kcss index 7fcab8aa..ca475e63 100755 --- a/scripts/kcss +++ b/scripts/kcss @@ -33,4 +33,15 @@ input, textarea { min-width: 0; } + +/* background image specific, courtesy wittcode*/ +/* +body { + background-image: url("background_image.png"); + background-repeat: no-repeat; + background-attachment: fixed; + background-position: center; + background-size: cover; +} +*/ EOM \ No newline at end of file