From 8b1e4d19e1039f2219ee43f06adc8b4983749447 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 25 Jan 2025 10:58:39 +0100 Subject: [PATCH] css --- rtfd/public/html/index.css | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/rtfd/public/html/index.css b/rtfd/public/html/index.css index efdcd77..8c5cbe8 100644 --- a/rtfd/public/html/index.css +++ b/rtfd/public/html/index.css @@ -1,17 +1,26 @@ body { -background-color: #f0f; +background-color: #111; +color: #777; font-family: sans-serif; -} - -header { text-align: start; } +header { +} + h1 { -color: #ff0000; +color: #f77; text-align: center; } +a { +color: #088; +} + +h2 { +color: #f77; +} + footer { text-align: end; }