From 16e16493554d9f5f6cb635c9a934f3957b6ca1ac Mon Sep 17 00:00:00 2001 From: iRaven <44326347+iRaven4522@users.noreply.github.com> Date: Wed, 1 Jun 2022 04:46:01 -0500 Subject: [PATCH] yay colors LBGTQ+ rights :) --- default.css | 11 ++++++++++- index.html | 1 + links.html | 4 ++-- siteimg/LGBTQplus_Progress_Flag.png | Bin 0 -> 56850 bytes 4 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 siteimg/LGBTQplus_Progress_Flag.png diff --git a/default.css b/default.css index cbf2ac5..424fdda 100644 --- a/default.css +++ b/default.css @@ -1,10 +1,19 @@ body { font-family: Tahoma; height: 98vh; + /* Use below BG for crimmis */ /*background-image: linear-gradient(#4d4e4f 50%, rgb(154, 156, 156));*/ + /* use below BG for pride */ + background-image: url('siteimg/LGBTQplus_Progress_Flag.png'); + background-position: center; + background-size: cover; background-color: black; - color: white; + color: darkgray; } .imgfix img { background-color: grey +} +table { + background-color:black; + opacity:0.8; } \ No newline at end of file diff --git a/index.html b/index.html index 7894775..2db387d 100644 --- a/index.html +++ b/index.html @@ -24,6 +24,7 @@
+