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; }