From 2e63711fc0fe7f5b8cf780321e9d2cea091ebaa3 Mon Sep 17 00:00:00 2001 From: sneedgroup-holder Date: Thu, 26 Dec 2024 12:31:45 -0600 Subject: [PATCH] Add style.css --- style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 style.css diff --git a/style.css b/style.css new file mode 100644 index 0000000..55e3ff6 --- /dev/null +++ b/style.css @@ -0,0 +1,12 @@ +#background_overlay, #settings { + background-color: red; +} + +#background, +#background-bis { + display: none; +} + +p,h1,h2,h3,h4,h5,h6,b,strong,i,em { + color: navy; +} \ No newline at end of file