From 25198bcf0d02bf5fcce4cbcd6c66c35dcd906fb7 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 17 Sep 2024 19:50:58 +0300 Subject: Update content for html --- style.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'style.css') diff --git a/style.css b/style.css index b5eb9b5b..3b1662fe 100644 --- a/style.css +++ b/style.css @@ -9,8 +9,19 @@ a { color: #0e0e0e; } -h1, h2, h3 { +h1 { font-family: serif; + color: #ff6600; +} + +h2 { + font-family: serif; + color: #ff751a; +} + +h3 { + font-family: serif; + color: #ff8533; } a:hover { -- cgit v1.2.3